Skip to content

Commit

Permalink
Updated site hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Apr 9, 2023
1 parent 2745406 commit 34a829f
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
www.criticalflaw.ca/flawbot
criticalflaw.ca/FlawBOT
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[tokens-link]: https://criticalflaw.ca/FlawBOT/tokens
24 changes: 12 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /
<a href="https://github.com/CriticalFlaw/FlawBOT/releases/latest" alt="Releases">
<img src="https://img.shields.io/github/downloads/criticalflaw/flawbot/total?style=flat-square" />
</a>
<a href="https://www.criticalflaw.ca/FlawBOT/" alt="Documentation">
<a href="https://criticalflaw.ca/FlawBOT/" alt="Documentation">
<img src="https://readthedocs.org/projects/flawbot/badge/?version=latest&style=flat-square" />
</a>
<a href="https://github.com/CriticalFlaw/FlawBOT/blob/master/.github/LICENSE" alt="License">
Expand Down Expand Up @@ -56,15 +56,15 @@ The following is a list of modules included with the latest version of FlawBOT.

<!-- MARKDOWN LINKS -->
[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/
2 changes: 1 addition & 1 deletion docs/lavalink.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
[music-link]: https://criticalflaw.ca/FlawBOT/modules/music/
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down Expand Up @@ -91,7 +91,7 @@ const config = {
},
{
label: "Blog",
href: "https://www.criticalflaw.ca/"
href: "https://criticalflaw.ca/"
},
{
href: "https://github.com/CriticalFlaw/FlawBOT/",
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 34a829f

Please sign in to comment.