Skip to content

Commit c6688a7

Browse files
authored
fix links for colyseus project repo (#7117)
1 parent 1e2092e commit c6688a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/activities/Building_An_Activity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ You can now explore our more extensive [development guides](#DOCS_ACTIVITIES_DEV
622622
### Sample projects to try out next
623623
- Start with a blank slate using our [Discord Activity Starter](https://github.com/discord/embedded-app-sdk-examples/tree/main/discord-activity-starter) project
624624
- Try out the full range of SDK features in our [Embedded App SDK Playground](https://github.com/discord/embedded-app-sdk-examples/tree/main/sdk-playground)
625-
- Support multiplayer & state management using our [React Colyseus](https://github.com/discord/embedded-app-sdk-examples/tree/main/react-colyseus) project
625+
- Support multiplayer & state management using the [React Colyseus](https://github.com/colyseus/discord-embedded-app-sdk) project
626626
- Learn more about working with game engines and the [Nested Messages](https://github.com/discord/embedded-app-sdk-examples/tree/main/nested-messages) project
627627
628628
### Support & Feedback

docs/activities/Overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ We've published some sample apps on [GitHub](https://github.com/discord/embedded
4444
<Card title="Embedded App SDK Playground" link="https://github.com/discord/embedded-app-sdk-examples/tree/main/sdk-playground">
4545
This reference example implements the commands and events available to you within the Embedded App SDK.
4646
</Card>
47-
<Card title="Multiplayer + State Management" link="https://github.com/discord/embedded-app-sdk-examples/tree/main/react-colyseus">
47+
<Card title="Multiplayer + State Management" link="https://github.com/colyseus/discord-embedded-app-sdk">
4848
This example uses React Colyseus to demonstrate state management in a multiplayer experience.
4949
</Card>
5050
<Card title="Nested Framework App" link="https://github.com/discord/embedded-app-sdk-examples/tree/main/nested-messages">

0 commit comments

Comments
 (0)