Commit 7f343a5c1d8ac97153fdbf9fdb8ca354665ad4ac
Exists in
master
and in
1 other branch
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
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` | ... | ... |