Skip to content

Commit 354b778

Browse files
fix: update docs URLs in README to new docs.discord.com format (#357)
Co-authored-by: Yummy <bakedpi.agent@gmail.com>
1 parent 55e7e21 commit 354b778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
Activities are multiplayer games and social experiences in Discord. An Activity is a web application hosted in an iframe that can run within the Discord client on desktop, web, or mobile. The Embedded App SDK handles the communication between Discord and your iframed application.
1010

11-
Read more about building Discord Activities with the Embedded App SDK on [https://discord.com/developers/docs/activities/overview](https://discord.com/developers/docs/activities/overview).
11+
Read more about building Discord Activities with the Embedded App SDK on [https://docs.discord.com/developers/activities/overview](https://docs.discord.com/developers/activities/overview).
1212

1313
## Resources
1414

15-
- **[Embedded App SDK Docs](https://discord.com/developers/docs/developer-tools/embedded-app-sdk)** - Get familiar with the Embedded App SDK
15+
- **[Embedded App SDK Docs](https://docs.discord.com/developers/developer-tools/embedded-app-sdk)** - Get familiar with the Embedded App SDK
1616
- **[Activity Examples](https://github.com/discord/embedded-app-sdk-examples)** - Explore examples of Discord Activities
1717
- **[Technical chat on Discord](https://discord.com/invite/discord-developers)** - Join us and other devs at DDevs at `#activities-dev-help`
1818

@@ -27,7 +27,7 @@ npm install @discord/embedded-app-sdk
2727
To use the SDK, import it into your project and construct a new instance of the DiscordSDK class.
2828

2929
Below is a minimal example of setting up the SDK.
30-
Visit <https://github.com/discord/embedded-app-sdk-examples/tree/main/discord-activity-starter> for a complete example application. See more info on environment variables (`YOUR_OAUTH2_CLIENT_ID`, etc...) [here](https://discord.com/developers/docs/activities/building-an-activity#find-your-oauth2-credentials).
30+
Visit <https://github.com/discord/embedded-app-sdk-examples/tree/main/discord-activity-starter> for a complete example application. See more info on environment variables (`YOUR_OAUTH2_CLIENT_ID`, etc...) [here](https://docs.discord.com/developers/activities/building-an-activity#find-your-oauth2-credentials).
3131

3232
```typescript
3333
import {DiscordSDK} from '@discord/embedded-app-sdk';

0 commit comments

Comments
 (0)