Merge branch 'master' into releases

This commit is contained in:
Roman Hotsiy 2016-03-09 22:06:34 +02:00
commit 1ae865fdfb
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ export default class Method extends BaseComponent {
if (this.componentSchema.operationId) { if (this.componentSchema.operationId) {
this.data.methodAnchor = 'operation/' + encodeURIComponent(this.componentSchema.operationId); this.data.methodAnchor = 'operation/' + encodeURIComponent(this.componentSchema.operationId);
} else { } else {
this.data.methodAnchor = 'tag/' + this.tag + this.pointer; this.data.methodAnchor = 'tag/' + encodeURIComponent(this.tag + this.pointer);
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "redoc", "name": "redoc",
"description": "Swagger-generated API Reference Documentation", "description": "Swagger-generated API Reference Documentation",
"version": "0.6.4", "version": "0.6.5",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/Rebilly/ReDoc" "url": "git://github.com/Rebilly/ReDoc"