From fe4ebafe6f005b624e9e16d6899302626d679206 Mon Sep 17 00:00:00 2001 From: niansa Date: Tue, 18 Apr 2023 05:56:08 +0200 Subject: [PATCH] Fixed client repo links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a42ac08..9919e83 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ This is a server for the llama.any protocol. ## Clients - - **llama.any:** (CLI) https://gitlab.com/niansa/llama.any - - **llama.nds:** (GUI) https://gitlab.com/niansa/llama.nds + - **llama.any:** (CLI) https://gitlab.com/niansa/llama_any + - **llama.nds:** (GUI) https://gitlab.com/niansa/llama_nds ## Building and use 1. Install a recent version of boost asio and CMake, as well as a recent C++ compiler