Skip to content

Commit

Permalink
Trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneK committed Nov 10, 2024
1 parent 7dbc542 commit b3196c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ hero:
file: ../../assets/mark.png
actions:
- text: Getting Started
link: /discord-bot-docs/guides/how-to
link: guides/how-to
icon: right-arrow
- text: Command Help
link: discord-bot-docs/reference/character/
link: reference/character/
icon: right-arrow
variant: minimal
---
Expand All @@ -22,17 +22,17 @@ import { Card, CardGrid, LinkCard } from "@astrojs/starlight/components";
<CardGrid>
<LinkCard
title="Pair game table to Discord server"
href="discord-bot-docs/guides/connecting-to-game-table"
href="guides/connecting-to-game-table"
description="Learn how to connect your game table to your Discord server and verify the connection."
/>
<LinkCard
title="Send in-character messages"
href="discord-bot-docs/reference/in-character/#ic-message"
href="reference/in-character/#ic-message"
description="Send messages as your characters to role-play in your server!"
/>
<LinkCard
title="Sync table messages and events to Discord"
href="discord-bot-docs/guides/sync-game-table-events"
href="guides/sync-game-table-events"
description="Learn how to synchronize game events and messages to your Discord server."
/>
<LinkCard
Expand Down

0 comments on commit b3196c5

Please sign in to comment.