You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -615,10 +615,10 @@ This is an intentionally simple example to get you started with the communicatio
615
615
You can now explore our more extensive [development guides](#DOCS_ACTIVITIES_DEVELOPMENT_GUIDES) and [design patterns](#DOCS_ACTIVITIES_DESIGN_PATTERNS) to consider when building your app.
616
616
617
617
### Sample projects to try out next
618
-
- Start with a blank slate using our [Discord Activity Starter](https://github.com/discord/embedded-app-sdk/tree/main/examples/discord-activity-starter) project
619
-
- Try out the full range of SDK features in our [Embedded App SDK Playground](https://github.com/discord/embedded-app-sdk/tree/main/examples/sdk-playground)
620
-
- Support multiplayer & state management using our [React Colyseus](https://github.com/discord/embedded-app-sdk/tree/main/examples/react-colyseus) project
621
-
- Learn more about working with game engines and the [Nested Messages](https://github.com/discord/embedded-app-sdk/tree/main/examples/nested-messages) project
618
+
- Start with a blank slate using our [Discord Activity Starter](https://github.com/discord/embedded-app-sdk-examples/tree/main/discord-activity-starter) project
619
+
- 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)
620
+
- Support multiplayer & state management using our [React Colyseus](https://github.com/discord/embedded-app-sdk-examples/tree/main/react-colyseus) project
621
+
- Learn more about working with game engines and the [Nested Messages](https://github.com/discord/embedded-app-sdk-examples/tree/main/nested-messages) project
622
622
623
623
### Support & Feedback
624
624
During this Developer Preview, you can get support and report issues:
Copy file name to clipboardExpand all lines: docs/activities/Development_Guides.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -903,7 +903,7 @@ All assets loaded by your application will respect [cache headers](https://devel
903
903
904
904
Be sure network requests made by your application's client and server will be able to respect Discord API's rate limiting [as described here](https://discord.com/developers/docs/topics/rate-limits).
905
905
906
-
See [this implementation in the Activity Starter project](https://github.com/discord/embedded-app-sdk/blob/main/examples/discord-activity-starter/packages/server/src/utils.ts) for an example of how to respect the `retry_after` header when you receive a 429 error.
906
+
See [this implementation in the Activity Starter project](https://github.com/discord/embedded-app-sdk-examples/blob/main/discord-activity-starter/packages/server/src/utils.ts) for an example of how to respect the `retry_after` header when you receive a 429 error.
Copy file name to clipboardExpand all lines: docs/activities/Overview.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,19 +31,19 @@ The Embedded App SDK uses the RPC API to handle the communication between Discor
31
31
32
32
## Sample Projects
33
33
34
-
We've published some sample apps on [GitHub](https://github.com/discord/embedded-app-sdk/tree/main/examples) to help you get started building quickly and learn from common development patterns.
34
+
We've published some sample apps on [GitHub](https://github.com/discord/embedded-app-sdk-examples) to help you get started building quickly and learn from common development patterns.
0 commit comments