Skip to content

Commit ecb8ae9

Browse files
authored
docs: fixing broken links to security concepts (#1896)
1 parent 74a9330 commit ecb8ae9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/english/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import os
6969
SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"]
7070
```
7171

72-
Refer to our [best practices for security](/security) page for more information.
72+
Refer to our [best practices for security](/concepts/security) page for more information.
7373

7474
## Installing on a single workspace {/* #single-workspace */}
7575

docs/english/legacy/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import os
3131
SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"]
3232
```
3333

34-
Refer to our [best practices for security](/security) page for more information.
34+
Refer to our [best practices for security](/concepts/security) page for more information.
3535

3636
## Installing on a single workspace {/* #single-workspace */}
3737

0 commit comments

Comments
 (0)