Skip to content

Commit

Permalink
fix /responses/ links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan authored and nknapp committed Aug 23, 2017
1 parent ea9d37f commit 3300625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlebars/partials/swagger/responseDefinitions.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<dl id="sw-response-definitions">
{{#each responses}}
<dt><a name="{{key}}"></a>{{@key}}</dt>
<dt><a name="/responses/{{@key}}"></a>{{@key}}</dt>
<dd>
{{> swagger/response response=.}}
</dd>
Expand Down

0 comments on commit 3300625

Please sign in to comment.