From 15240cfdc372be7fad57e2a917144a621e78cfd5 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Wed, 22 Feb 2017 19:23:30 -0500 Subject: [PATCH] Fix contributing link on docs site, link node.js --- README.md | 4 ++-- docs/general/welcome.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dfc3122b6..3eb2b08a2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## About -discord.js is a powerful node.js module that allows you to interact with the +discord.js is a powerful [node.js](https://nodejs.org) module that allows you to interact with the [Discord API](https://discordapp.com/developers/docs/intro) very easily. - Object-oriented @@ -77,7 +77,7 @@ A bot template using discord.js can be generated using [generator-discordbot](ht ## Contributing Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the [documentation](https://discord.js.org/#/docs). -See [the contribution guide](CONTRIBUTING.md) if you'd like to submit a PR. +See [the contribution guide](https://github.com/hydrabolt/discord.js/blob/master/CONTRIBUTING.md) if you'd like to submit a PR. ## Help If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle diff --git a/docs/general/welcome.md b/docs/general/welcome.md index dc8ff5861..a756f965b 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -21,7 +21,7 @@ Welcome to the discord.js v11 documentation. v11 contains loads of new and improved features, optimisations, and bug fixes. ## About -discord.js is a powerful node.js module that allows you to interact with the +discord.js is a powerful [node.js](https://nodejs.org) module that allows you to interact with the [Discord API](https://discordapp.com/developers/docs/intro) very easily. - Object-oriented @@ -81,7 +81,7 @@ A bot template using discord.js can be generated using [generator-discordbot](ht ## Contributing Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the [documentation](https://discord.js.org/#/docs). -See [the contribution guide](CONTRIBUTING.md) if you'd like to submit a PR. +See [the contribution guide](https://github.com/hydrabolt/discord.js/blob/master/CONTRIBUTING.md) if you'd like to submit a PR. ## Help If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle