diff --git a/include/chat/config.h b/include/chat/config.h index 77d8d37..4c2b6e3 100644 --- a/include/chat/config.h +++ b/include/chat/config.h @@ -35,7 +35,7 @@ extern "C" { #define WHY2_CONFIG_DIR "/home/{USER}/.config" #define WHY2_CHAT_CONFIG_DIR WHY2_CONFIG_DIR "/WHY2" -#define WHY2_CHAT_CONFIG_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/" +#define WHY2_CHAT_CONFIG_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/config" #define WHY2_CHAT_CONFIG_SERVER "server.toml" #define WHY2_CHAT_CONFIG_CLIENT "client.toml" diff --git a/src/chat/client.toml b/src/chat/config/client.toml similarity index 100% rename from src/chat/client.toml rename to src/chat/config/client.toml diff --git a/src/chat/server.toml b/src/chat/config/server.toml similarity index 100% rename from src/chat/server.toml rename to src/chat/config/server.toml