mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
add accidentally missed changes
This commit is contained in:
parent
a496e907ea
commit
da5224e3e2
|
@ -32,7 +32,7 @@ export default class Method extends BaseComponent {
|
|||
if (this.componentSchema.operationId) {
|
||||
this.data.methodAnchor = 'operation/' + encodeURIComponent(this.componentSchema.operationId);
|
||||
} else {
|
||||
this.data.methodAnchor = 'tag/' + this.tag + this.pointer;
|
||||
this.data.methodAnchor = 'tag/' + encodeURIComponent(this.tag + this.pointer);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "redoc",
|
||||
"description": "Swagger-generated API Reference Documentation",
|
||||
"version": "0.6.4",
|
||||
"version": "0.6.5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Rebilly/ReDoc"
|
||||
|
|
Loading…
Reference in New Issue
Block a user