From f11452affd915391bd11670720833becdcc6e45f Mon Sep 17 00:00:00 2001 From: ayntee Date: Fri, 20 Nov 2020 00:31:01 +0400 Subject: [PATCH] chore: discordeno.js.org => discordeno.mod.land --- .github/workflows/deploy.yml | 2 +- README.md | 2 +- docs/src/.vuepress/config.js | 2 +- docs/src/gettingstarted.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9aef15f72..d68606a37 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,6 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/src/.vuepress/dist commit_message: ${{ github.event.head_commit.message }} - cname: discordeno.js.org + cname: discordeno.mod.land keep_files: true enable_jekyll: false \ No newline at end of file diff --git a/README.md b/README.md index 033bff083..cd592b61d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Alternatively, you can use boilerplate template repositories that were created b ## Documentation -- [Website](https://discordeno.js.org) +- [Website](https://discordeno.mod.land) - [Support server](https://discord.gg/J4NqJ72) - [Contributing Guide](https://github.com/Skillz4Killz/Discordeno/blob/master/.github/CONTRIBUTING.md) diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index 5e5963c64..65fb00817 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -23,7 +23,7 @@ module.exports = { }, ], ["meta", { name: "og:type", content: "website" }], - ["meta", { name: "og:url", content: "https://discordeno.js.org" }], + ["meta", { name: "og:url", content: "https://discordeno.mod.land" }], ], theme: "yuu", themeConfig: { diff --git a/docs/src/gettingstarted.md b/docs/src/gettingstarted.md index 20cd4549e..28e322b88 100644 --- a/docs/src/gettingstarted.md +++ b/docs/src/gettingstarted.md @@ -9,7 +9,7 @@ This website serves as the purpose for introducing Discordeno to developers. The ## Useful Links - [GitHub Repository](https://github.com/Skillz4Killz/Discordeno) - [Deno Page](https://deno.land/x/discordeno) -- [Website](https://discordeno.js.org/) +- [Website](https://discordeno.mod.land) ## Requirements