Commit 896efef3d042532de2ca8311281cd7e16b03d23f

Authored by Federico Builes
1 parent c28dcf9f
Exists in master and in 1 other branch production

Fixing URLs in GitHub authentication documentation

Don't rely on Markdown link parser inside HTML tags.
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
README.md
... ... @@ -238,8 +238,8 @@ Authentication
238 238 If you hosted Errbit at errbit.example.com, you would fill in:
239 239  
240 240 <table>
241   - <tr><th>URL:</th><td>http://errbit.example.com/</td></tr>
242   - <tr><th>Callback URL:</th><td>http://errbit.example.com/users/auth/github</td></tr>
  241 + <tr><th>URL:</th><td><a href="http://errbit.example.com/">http://errbit.example.com/</a></td></tr>
  242 + <tr><th>Callback URL:</th><td><a href="http://errbit.example.com/users/auth/github">http://errbit.example.com/users/auth/github</a></td></tr>
243 243 </table>
244 244  
245 245 * After you have registered your app, set `github_client_id` and `github_secret`
... ...