Commit 7f343a5c1d8ac97153fdbf9fdb8ca354665ad4ac

Authored by Arthur Nogueira Neves
2 parents c28dcf9f 896efef3
Exists in master and in 1 other branch production

Merge pull request #764 from febuiles/fix-github-readme

Fix URLs in GitHub authentication documentation
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -238,8 +238,8 @@ Authentication @@ -238,8 +238,8 @@ Authentication
238 If you hosted Errbit at errbit.example.com, you would fill in: 238 If you hosted Errbit at errbit.example.com, you would fill in:
239 239
240 <table> 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 </table> 243 </table>
244 244
245 * After you have registered your app, set `github_client_id` and `github_secret` 245 * After you have registered your app, set `github_client_id` and `github_secret`