From 1093befcad305748ae2cedec33a610925cdac692 Mon Sep 17 00:00:00 2001 From: ITOH Date: Thu, 30 Mar 2023 20:09:02 +0200 Subject: [PATCH] fix(website): move to new url (#2914) --- README.md | 6 +++--- examples/README.md | 2 +- packages/types/README.md | 2 +- packages/utils/README.md | 2 +- website/docs/intro.md | 4 ++-- website/docusaurus.config.js | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6b6d2f751..3cc613875 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Discord API library for [Node.JS](https://nodejs.org), [Deno](https://deno.land) ## Tips -- If you are already convinced about using Discordeno, go to [Getting Started](https://discordeno.github.io/discordeno/) +- If you are already convinced about using Discordeno, go to [Getting Started](https://discordeno.js.org/) - To learn if Discordeno is right for you, read everything below. ## Packages @@ -92,11 +92,11 @@ Have your cache setup in any way you like. Redis, PGSQL or any cache layer you w ## Getting Started -Interested? [Check the website](https://discordeno.github.io/discordeno/) for more details on getting started. +Interested? [Check the website](https://discordeno.js.org/) for more details on getting started. ## Links -- [Website](https://discordeno.github.io/discordeno/) +- [Website](https://discordeno.js.org/) - [Discord](https://discord.com/invite/5vBgXk3UcZ) Discordeno follows [semantic versioning](https://semver.org/) diff --git a/examples/README.md b/examples/README.md index dec2ced8e..78ae3cc13 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,6 +5,6 @@ This repo is meant as a template which you can use to create a Discord bot very easily using the [Discordeno library](https://github.com/discordeno/discordeno). -[Website/Guide](https://discordeno.github.io/discordeno//) +[Website/Guide](https://discordeno.js.org//) [Discord Server](https://discord.com/invite/5vBgXk3UcZ) diff --git a/packages/types/README.md b/packages/types/README.md index aff6fbd00..801d3d485 100644 --- a/packages/types/README.md +++ b/packages/types/README.md @@ -149,6 +149,6 @@ and unofficial templates: ## Links -- [Website](https://discordeno.github.io/discordeno/) +- [Website](https://discordeno.js.org/) - [Documentation](https://doc.deno.land/https/deno.land/x/discordeno/mod.ts) - [Discord](https://discord.com/invite/5vBgXk3UcZ) diff --git a/packages/utils/README.md b/packages/utils/README.md index aff6fbd00..801d3d485 100644 --- a/packages/utils/README.md +++ b/packages/utils/README.md @@ -149,6 +149,6 @@ and unofficial templates: ## Links -- [Website](https://discordeno.github.io/discordeno/) +- [Website](https://discordeno.js.org/) - [Documentation](https://doc.deno.land/https/deno.land/x/discordeno/mod.ts) - [Discord](https://discord.com/invite/5vBgXk3UcZ) diff --git a/website/docs/intro.md b/website/docs/intro.md index c7eefc0da..22f4d7685 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.md @@ -75,7 +75,7 @@ Have your cache setup in any way you like. Redis, PGSQL or any cache layer you w ## Getting Started -Interested? [Check the website](https://discordeno.github.io/discordeno/) for more details on getting started. +Interested? [Check the website](https://discordeno.js.org/) for more details on getting started. ### Tools @@ -84,7 +84,7 @@ and unofficial templates: ## Links -- [Website](https://discordeno.github.io/discordeno/) +- [Website](https://discordeno.js.org/) - [Documentation](https://doc.deno.land/https/deno.land/x/discordeno/mod.ts) - [Discord](https://discord.com/invite/5vBgXk3UcZ) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 44cce134d..83141bd0d 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -11,7 +11,7 @@ const config = { favicon: 'img/favicon.png', // Set the production url of your site here - url: 'https://discordeno.js.org', + url: 'https://discordeno.js.org/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/',