Skip to content

Commit ae716b7

Browse files
refactor: update domain references from git to .js.org
1 parent 1526536 commit ae716b7

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
@@ -6,14 +6,14 @@
66
[![npm version](https://img.shields.io/npm/v/discord.https.svg)](https://www.npmjs.com/package/discord.https)
77
[![License](https://img.shields.io/npm/l/discord.https.svg)](LICENSE)
88
[![Downloads](https://img.shields.io/npm/dm/discord.https.svg)](https://www.npmjs.com/package/discord.https)
9-
[![Docs](https://img.shields.io/badge/docs-latest-blue)](https://discordhttps.github.io/discord.https/)
9+
[![Docs](https://img.shields.io/badge/docs-latest-blue)](https://discordhttps.js.org/)
1010
</div>
1111

1212
**Discord.https** is a robust, modular library for implementing Discord HTTP interactions.
1313

1414
It handles various interactions, adds a layer of wrapper over raw interactions with rich utility methods, and organizes them into modular routes, making your bot's code cleaner, easier to understand, and easier to maintain. It works seamlessly in both serverless and persistent server environments.
1515

16-
📄 **Documentation:** [https://discordhttps.github.io/discord.https/](https://discordhttps.github.io/discord.https/)
16+
📄 **Documentation:** [https://discordhttps.js.org/](https://discordhttps.js.org/)
1717

1818
Need help? Join us on discord [https://discord.gg/pSgfJ4K5ej](https://discord.gg/pSgfJ4K5ej)
1919

@@ -76,7 +76,7 @@ npm install discord.https @discordhttps/cloudflare-adapter
7676

7777
## Documentation
7878

79-
- **Discord.https Docs:** [https://discordhttps.github.io/discord.https/](https://discordhttps.github.io/discord.https/)
79+
- **Discord.https Docs:** [https://discordhttps.js.org/](https://discordhttps.js.org/)
8080
- **Discord Interaction Docs:** [Responding to an Interaction](https://discord.com/developers/docs/interactions/receiving-and-responding#responding-to-an-interaction)
8181

8282
## Todo for v4

0 commit comments

Comments
 (0)