From 060fe3d71c79f1b16374a79a63cc8984911c9696 Mon Sep 17 00:00:00 2001 From: Jessica Yao <jessica@heptio.com> Date: Mon, 4 Dec 2017 07:09:43 -0800 Subject: [PATCH] fix link Signed-off-by: Jessica Yao <jessica@heptio.com> --- docs/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 09fdd31a..2e0123ee 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`). -- GitLab