diff --git a/README.md b/README.md index 9da0b28..4392b04 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can invite the bot to your server using this link: https://projectlounge.pw/ A command list can be found [here](https://projectlounge.pw/esmBot/help.html). -If you want to self-host the bot, a guide can be found [here](https://esmbot.github.io/esmBot/setup). +If you want to self-host the bot, a guide can be found [here](https://docs.esmbot.net/setup). ## Credits Icon by [Steel](https://twitter.com/MintBurrow). diff --git a/docs/assets/esmbot.png b/docs/assets/esmbot.png index a7643dc..be49db3 100644 Binary files a/docs/assets/esmbot.png and b/docs/assets/esmbot.png differ diff --git a/docs/setup.md b/docs/setup.md index 8737b42..52922f1 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -13,7 +13,7 @@ Here are some instructions to get esmBot up and running from source. If you have any further questions regarding setup, feel free to ask in the #support channel on the [esmBot Support server](https://projectlounge.pw/support). !!! tip - You can run the bot using Docker for a somewhat simpler setup experience. [Click here to go to the Docker setup guide.](https://esmbot.github.io/esmBot/docker) + You can run the bot using Docker for a somewhat simpler setup experience. [Click here to go to the Docker setup guide.](https://docs.esmbot.net/docker) ### 1. Install the required native dependencies. Choose the distro you're using below for insallation instructions. @@ -113,7 +113,7 @@ esmBot officially supports two database systems: SQLite and PostgreSQL. While SQ If you would like to use the SQLite database, no configuration is needed and you can move on to the next step. -If you would like to use the PostgreSQL database, view the setup instructions [here](https://esmbot.github.io/esmBot/postgresql) and come back here when you're finished. +If you would like to use the PostgreSQL database, view the setup instructions [here](https://docs.esmbot.net/postgresql) and come back here when you're finished. *** @@ -178,7 +178,7 @@ This will launch a text editor with the file ready to go. Create a Discord appli When you're finished editing the file, press Ctrl + X, then Y and Enter. -An overview of each of the variables in the `.env` file can be found [here](https://esmbot.github.io/esmBot/config). +An overview of each of the variables in the `.env` file can be found [here](https://docs.esmbot.net/config). ***