Skip to content

Commit 4038bbe

Browse files
committed
Fixed broken URLs
1 parent 72bf745 commit 4038bbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/setup/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ After installing the dependencies, you need to set up the bot for the first time
5656

5757
:::warning
5858

59-
This section of documentation is still in progress. If you have any questions, feel free to ask in the [support server](/docs/community/support).
59+
This section of documentation is still in progress. If you have any questions, feel free to ask in the [support server](https://discord.gg/GvyuDDFeZU).
6060

6161
:::

docs/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ While not providing a lot of default functionality, BryanBot is built to be easi
2525
And a lot more!
2626

2727
## Getting started
28-
Check out the [setup guide](/docs/setup) to get started with BryanBot.
28+
Check out the [setup guide](/docs/setup/installation) to get started with BryanBot.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const config = {
104104
items: [
105105
{
106106
label: 'Documentation',
107-
to: '/docs/intro',
107+
to: '/docs/welcome',
108108
},
109109
],
110110
},

0 commit comments

Comments
 (0)