From eb16766d16392c4a5d17d3cf18d2b045b989f9fe Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Thu, 12 Sep 2024 00:25:27 -0400 Subject: [PATCH] Fix the links in the README (I am very much in a tired state) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de00360..bbe85c4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple review server written in TS. Clone the repository: ```bash -git clone https://git.povario.com/simple-review-server +git clone https://git.povario.com/powermaker450/simple-review-server ``` Create a `.env` file with the log level you desire (max is 3): @@ -21,4 +21,4 @@ pnpm build pnpm start ``` -To post a review to the server, use [Simple Review Client](https://git.povario.com/simple-review-client) +To post a review to the server, use [Simple Review Client](https://git.povario.com/powermaker450/simple-review-client)