From 512651477e9f367a4637f9d284a05ccea70b4b20 Mon Sep 17 00:00:00 2001 From: Haley Elmendorf Date: Fri, 12 Jun 2026 13:06:35 -0500 Subject: [PATCH] fixing broken links --- docs/english/installation.md | 2 +- docs/english/legacy/auth.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/english/installation.md b/docs/english/installation.md index cb3bc7780..b12aaabed 100644 --- a/docs/english/installation.md +++ b/docs/english/installation.md @@ -69,7 +69,7 @@ import os SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"] ``` -Refer to our [best practices for security](/security) page for more information. +Refer to our [best practices for security](/concepts/security) page for more information. ## Installing on a single workspace {/* #single-workspace */} diff --git a/docs/english/legacy/auth.md b/docs/english/legacy/auth.md index 0b5d7b6b6..2311e92f7 100644 --- a/docs/english/legacy/auth.md +++ b/docs/english/legacy/auth.md @@ -31,7 +31,7 @@ import os SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"] ``` -Refer to our [best practices for security](/security) page for more information. +Refer to our [best practices for security](/concepts/security) page for more information. ## Installing on a single workspace {/* #single-workspace */}