diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 13:18:45 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 13:18:45 +0200 |
commit | 1cf781e254caa876a2a86bcd355a49ed71babc27 (patch) | |
tree | f836f0a5f6ea26dedfd1247f219b8dc97344897b /api/README.md | |
parent | Merge branch 'pr/darkhpp/261-2' (diff) | |
download | server-1cf781e254caa876a2a86bcd355a49ed71babc27.tar.xz |
:pencil: updated links to fosscord-server
Diffstat (limited to 'api/README.md')
-rw-r--r-- | api/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/README.md b/api/README.md index c8a33a0b..384a9611 100644 --- a/api/README.md +++ b/api/README.md @@ -14,7 +14,7 @@ </a> </p> -## [About](https://github.com/fosscord/fosscord-api/wiki) +## [About](https://github.com/fosscord/fosscord-server/wiki) This repository contains the Fosscord HTTP API Server @@ -43,8 +43,8 @@ and the other technologies we use Clone the Repository: ```bash -git clone https://github.com/fosscord/fosscord-api -cd discord-server +git clone https://github.com/fosscord/fosscord-server +cd fosscord-server ``` #### Install (dev)dependencies: |