diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index 09fdd31a179ff46f83c8065f83d363be20803615..2e0123ee51d57a31a7cec0cfc61268db1d0226f9 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -4,6 +4,6 @@
 
 If you get an error saying something to the effect of `403 API rate limit of 60 still exceeded` you can work around that by getting a Github personal access token and setting it up so that `ks` can use it.  Github has higher rate limits for authenticated users than unauthenticated users.
 
-1. Go to https://github.com/settings/tokens and generate a new token. You don't have to give it any access at all as you are simply authenticating.
+1. Go to [https://github.com/settings/tokens](https://github.com/settings/tokens) and generate a new token. You don't have to give it any access at all as you are simply authenticating.
 2. Make sure you save that token someplace because you can't see it again.  If you lose it you'll have to delete and create a new one.
-3. Set an environment variable in your shell: `export GITHUB_TOKEN=<token>`.  You may want to do this as part of your shell startup scripts (i.e. `.profile`).
\ No newline at end of file
+3. Set an environment variable in your shell: `export GITHUB_TOKEN=<token>`.  You may want to do this as part of your shell startup scripts (i.e. `.profile`).