From 7cb8a6d95091dff9350eccd4261b1b972d4abacf Mon Sep 17 00:00:00 2001 From: Kamil G <59805849+mafineeek@users.noreply.github.com> Date: Wed, 3 Feb 2021 18:59:50 +0100 Subject: [PATCH] Server split --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 515ed42..5881c15 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ | Repo name | Brief description | | :-------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------- | | [CSS](https://github.com/discord-open-source/discord-css) | Unofficial css framework in the style of Discord. | -| [Server](https://github.com/discord-open-source/discord-server) | Discord-server for discord-client | +| [API](https://github.com/discord-open-source/discord-API) | Discord API server for discord-client | +| [Gateway](https://github.com/discord-open-source/discord-gateway) | Discord Gateway for discord-client | | [Dashboard](https://github.com/discord-open-source/discord-dashboard) | An admin dashboard for discord-server | | [Client](https://github.com/discord-open-source/discord-client) | Discord Client for discord-server | | [CDN](https://github.com/discord-open-source/discord-cdn) | [Content-delivery-network](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/) for the server, used to store images and assets |