fix doc urls - closes #4185

This commit is contained in:
Thibault Duplessis 2018-04-03 04:27:53 +02:00
parent c709f92111
commit 2dbc6bbec4
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ evenMoreCss = moreCss
</tbody>
</table>
<p class="explanation">
Here's a <a class="blue" href="https://github.com/lichess-org/api/tree/master/example/oauth">lichess OAuth app example</a>,
Here's a <a class="blue" href="https://github.com/lichess-org/api/tree/master/example/oauth-authorization-code">lichess OAuth app example</a>,
and the <a class="blue" href="@routes.Api.index">API documentation</a>.
</p>
<form class="content_box_content material form" action="@routes.OAuthApp.update(app.clientId.value)" method="POST">

View file

@ -15,7 +15,7 @@
<p class="explanation">
Want to build something that integrates with and extends Lichess? Register a new OAuth App to get started developing on the Lichess API.<br />
<br />
Here's a <a class="blue" href="https://github.com/lichess-org/api/tree/master/example/oauth">lichess OAuth app example</a>,
Here's a <a class="blue" href="https://github.com/lichess-org/api/tree/master/example/oauth-authorization-code">lichess OAuth app example</a>,
and the <a class="blue" href="@routes.Api.index">API documentation</a>.
</p>