From 14016a761d977f1c86c84f1552bb26005c530430 Mon Sep 17 00:00:00 2001 From: Hokuto Chen Date: Sun, 19 Dec 2021 00:24:55 +0000 Subject: [PATCH] fixed broken "Enter your bot's token" link in "linux release" portion --- docs/guides/linux-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/linux-guide.md b/docs/guides/linux-guide.md index 8a0a94738..af5c7e3f0 100644 --- a/docs/guides/linux-guide.md +++ b/docs/guides/linux-guide.md @@ -49,7 +49,7 @@ Open Terminal (if you're on an installation with a window manager) and navigate - `cp creds_example.yml creds.yml` 6. Open `creds.yml` with your favorite text editor. We will use nano here - `nano nadekobot/output/creds.yml` -8. [Enter your bot's token](#creds-guide) +8. [Enter your bot's token](../../creds-guide) - After you're done, you can close nano (and save the file) by inputting, in order - `CTRL` + `X` - `Y`