Skip to content

Commit

Permalink
fix two more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
dallastjames committed Nov 11, 2024
1 parent c18b5da commit aaf793e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/guides/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you want to add the RPG Sessions bot to your server, you'll need to follow th
1. **Invite the Bot**: Are you a server manager and want to add the bot to your server? [Invite the bot here!](https://discord.com/api/oauth2/authorize?client_id=534606682928578572&permissions=309774806080&scope=bot)
2. **Set Permissions**: The bot will request the permissions it requires, but you can run [`/debug info`](/discord-bot-docs/misc/debug#debug-info) to make sure it has what it needs. The output of the command explains each permission it needs and why it needs it.
3. **Use Commands**: Once the bot is added, everyone can start using commands to roll dice, check stats, and more.
4. **Synchronize with the Game Table**: [Check out our guide](/guides/connecting-to-game-table) on setting up the Discord Bot so it synchronizes events between the Discord server and associated RPG Sessions Game Table
4. **Synchronize with the Game Table**: [Check out our guide](/discord-bot-docs/guides/connecting-to-game-table) on setting up the Discord Bot so it synchronizes events between the Discord server and associated RPG Sessions Game Table


### Tips for Using the RPG Sessions Bot
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/reference/story.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: The story command group allows you to view and manage story points

The `/story` command provides a collection of subcommands that handle everything related to story points in your game. Story points are a core mechanic, often used to influence gameplay, either by players or the Game Master (GM). With the `/story` commands, you can view, add, remove, roll, use, and clear destiny points as needed.

The `/story` point commands are identical to the `/destiny` commands, but with `/story` instead of `/destiny`. Please refer to the [destiny documentation](../destiny) for more information.
The `/story` point commands are identical to the `/destiny` commands, but with `/story` instead of `/destiny`. Please refer to the [destiny documentation](./destiny) for more information.

0 comments on commit aaf793e

Please sign in to comment.