From 34a829feb8ef4ff65f84bc4f849c4ce938380a1a Mon Sep 17 00:00:00 2001 From: Igor Nikitin Date: Sun, 9 Apr 2023 19:51:05 -0400 Subject: [PATCH] Updated site hostname --- LICENSE | 2 +- docs/CNAME | 2 +- docs/deploy.md | 2 +- docs/index.md | 24 ++++++++++++------------ docs/lavalink.md | 2 +- docusaurus.config.js | 4 ++-- mkdocs.yml | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/LICENSE b/LICENSE index 99488e84..f616ee30 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 CriticalFlaw +Copyright (c) 2023 CriticalFlaw Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/CNAME b/docs/CNAME index 4ae61a38..950872c2 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -www.criticalflaw.ca/flawbot \ No newline at end of file +criticalflaw.ca/FlawBOT \ No newline at end of file diff --git a/docs/deploy.md b/docs/deploy.md index 8c11c9d5..c3b8a26c 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -34,4 +34,4 @@ dotnet FlawBOT.dll [clone-link]: https://github.com/CriticalFlaw/FlawBOT.git [download-link]: https://github.com/CriticalFlaw/FlawBOT/archive/refs/heads/master.zip [vs-link]: https://visualstudio.microsoft.com/ -[tokens-link]: https://www.criticalflaw.ca/FlawBOT/tokens \ No newline at end of file +[tokens-link]: https://criticalflaw.ca/FlawBOT/tokens \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 084c827b..7a857364 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ slug: / - + @@ -56,15 +56,15 @@ The following is a list of modules included with the latest version of FlawBOT. [releases-link]: https://github.com/CriticalFlaw/FlawBOT/releases/latest -[tokens-link]: https://www.criticalflaw.ca/FlawBOT/tokens/ +[tokens-link]: https://criticalflaw.ca/FlawBOT/tokens/ [runtime-link]: https://dotnet.microsoft.com/download/dotnet/7.0/runtime -[doc-bot]: https://www.criticalflaw.ca/FlawBOT/modules/bot/ -[doc-channel]: https://www.criticalflaw.ca/FlawBOT/modules/channel/ -[doc-emoji]: https://www.criticalflaw.ca/FlawBOT/modules/emoji/ -[doc-games]: https://www.criticalflaw.ca/FlawBOT/modules/games/ -[doc-misc]: https://www.criticalflaw.ca/FlawBOT/modules/misc/ -[doc-music]: https://www.criticalflaw.ca/FlawBOT/modules/music/ -[doc-role]: https://www.criticalflaw.ca/FlawBOT/modules/role/ -[doc-search]: https://www.criticalflaw.ca/FlawBOT/modules/search/ -[doc-server]: https://www.criticalflaw.ca/FlawBOT/modules/server/ -[doc-user]: https://www.criticalflaw.ca/FlawBOT/modules/user/ +[doc-bot]: https://criticalflaw.ca/FlawBOT/modules/bot/ +[doc-channel]: https://criticalflaw.ca/FlawBOT/modules/channel/ +[doc-emoji]: https://criticalflaw.ca/FlawBOT/modules/emoji/ +[doc-games]: https://criticalflaw.ca/FlawBOT/modules/games/ +[doc-misc]: https://criticalflaw.ca/FlawBOT/modules/misc/ +[doc-music]: https://criticalflaw.ca/FlawBOT/modules/music/ +[doc-role]: https://criticalflaw.ca/FlawBOT/modules/role/ +[doc-search]: https://criticalflaw.ca/FlawBOT/modules/search/ +[doc-server]: https://criticalflaw.ca/FlawBOT/modules/server/ +[doc-user]: https://criticalflaw.ca/FlawBOT/modules/user/ diff --git a/docs/lavalink.md b/docs/lavalink.md index 428d417c..0de71ee0 100644 --- a/docs/lavalink.md +++ b/docs/lavalink.md @@ -28,4 +28,4 @@ In case of errors, install the [latest Java Development Kit][java-link]. [lavalink-repo]: https://github.com/freyacodes/Lavalink [java-link]: https://www.oracle.com/java/technologies/downloads/ -[music-link]: https://www.criticalflaw.ca/FlawBOT/modules/music/ \ No newline at end of file +[music-link]: https://criticalflaw.ca/FlawBOT/modules/music/ \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 8bd30ba0..29aa0df4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -4,7 +4,7 @@ const config = { title: "FlawBOT", tagline: "Multipurpose Discord bot written in C# using DSharpPlus.", - url: "https://www.criticalflaw.ca/", + url: "https://criticalflaw.ca/", baseUrl: "/FlawBOT/", favicon: "https://raw.githubusercontent.com/CriticalFlaw/FlawBOT/master/docs/resources/favicon.ico", @@ -91,7 +91,7 @@ const config = { }, { label: "Blog", - href: "https://www.criticalflaw.ca/" + href: "https://criticalflaw.ca/" }, { href: "https://github.com/CriticalFlaw/FlawBOT/", diff --git a/mkdocs.yml b/mkdocs.yml index fc2bded9..3c81d461 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: FlawBOT site_author: criticalflaw -site_url: www.criticalflaw.ca/flawbot/ +site_url: criticalflaw.ca/FlawBOT theme: language: en name: material