Update docs URLs to new domain

This commit is contained in:
Schuyler Cebulskie
2016-10-27 04:27:28 -04:00
parent b54adf3869
commit b8c11f0bed
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<div align="center"> <div align="center">
<p> <p>
<a href="https://hydrabolt.github.io/discord.js"> <a href="https://discord.js.org">
<img src="http://i.imgur.com/StEGtEh.png" width="546" alt="discord.js" /> <img src="http://i.imgur.com/StEGtEh.png" width="546" alt="discord.js" />
</a> </a>
</p> </p>
@@ -65,10 +65,10 @@ client.login('your token');
A bot template using discord.js can be generated using [generator-discordbot](https://www.npmjs.com/package/generator-discordbot). A bot template using discord.js can be generated using [generator-discordbot](https://www.npmjs.com/package/generator-discordbot).
## Links ## Links
* [Website](http://hydrabolt.github.io/discord.js/) * [Website](http://discord.js.org/)
* [Discord.js server](https://discord.gg/bRCvFy9) * [Discord.js server](https://discord.gg/bRCvFy9)
* [Discord API server](https://discord.gg/rV4BwdK) * [Discord API server](https://discord.gg/rV4BwdK)
* [Documentation](http://hydrabolt.github.io/discord.js/#!/docs/tag/master) * [Documentation](http://discord.js.org/#!/docs)
* [Legacy (v8) documentation](http://discordjs.readthedocs.io/en/8.2.0/docs_client.html) * [Legacy (v8) documentation](http://discordjs.readthedocs.io/en/8.2.0/docs_client.html)
* [Examples](https://github.com/hydrabolt/discord.js/tree/master/docs/custom/examples) * [Examples](https://github.com/hydrabolt/discord.js/tree/master/docs/custom/examples)
* [GitHub](https://github.com/hydrabolt/discord.js) * [GitHub](https://github.com/hydrabolt/discord.js)
@@ -77,7 +77,7 @@ A bot template using discord.js can be generated using [generator-discordbot](ht
## Contributing ## Contributing
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
[documentation](http://hydrabolt.github.io/discord.js/#!/docs/tag/master). [documentation](http://discord.js.org/#!/docs).
See [the contributing guide](CONTRIBUTING.md) if you'd like to submit a PR. See [the contributing guide](CONTRIBUTING.md) if you'd like to submit a PR.
## Help ## Help

View File

@@ -1,2 +1,2 @@
# discord.js docs # discord.js docs
[View documentation here](http://hydrabolt.github.io/discord.js/#!/docs/) [View documentation here](http://discord.js.org/#!/docs)

View File

@@ -1,6 +1,6 @@
<div align="center"> <div align="center">
<p> <p>
<a href="https://hydrabolt.github.io/discord.js"> <a href="https://discord.js.org">
<img src="http://i.imgur.com/StEGtEh.png" width="546" alt="discord.js" /> <img src="http://i.imgur.com/StEGtEh.png" width="546" alt="discord.js" />
</a> </a>
</p> </p>
@@ -53,10 +53,10 @@ For production bots, using node-opus should be considered a necessity, especiall
* [York's v9 upgrade guide](https://yorkaargh.wordpress.com/2016/09/03/updating-discord-js-bots/) * [York's v9 upgrade guide](https://yorkaargh.wordpress.com/2016/09/03/updating-discord-js-bots/)
## Links ## Links
* [Website](http://hydrabolt.github.io/discord.js/) * [Website](http://discord.js.org/)
* [Discord.js server](https://discord.gg/bRCvFy9) * [Discord.js server](https://discord.gg/bRCvFy9)
* [Discord API server](https://discord.gg/rV4BwdK) * [Discord API server](https://discord.gg/rV4BwdK)
* [Documentation](http://hydrabolt.github.io/discord.js/#!/docs/tag/master) * [Documentation](http://discord.js.org/#!/docs)
* [Legacy (v8) documentation](http://discordjs.readthedocs.io/en/8.2.0/docs_client.html) * [Legacy (v8) documentation](http://discordjs.readthedocs.io/en/8.2.0/docs_client.html)
* [Examples](https://github.com/hydrabolt/discord.js/tree/master/docs/custom/examples) * [Examples](https://github.com/hydrabolt/discord.js/tree/master/docs/custom/examples)
* [GitHub](https://github.com/hydrabolt/discord.js) * [GitHub](https://github.com/hydrabolt/discord.js)