From 8d817349b176bc8903cc868fd457f5a50c70c2eb Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nicolas.pope@utu.fi>
Date: Sat, 4 Jun 2022 12:17:20 +0300
Subject: [PATCH] Fix readme links

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 4a4db3f..e0dc2b0 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
 # Beyond Protocol
 
-![pipeline status](https://gitlab.utu.fi/nicolas.pope/beyond-protocol/badges/main/pipeline.svg)
-![Latest Release](https://gitlab.utu.fi/nicolas.pope/beyond-protocol/-/badges/release.svg)
+![pipeline status](https://gitlab.utu.fi/beyondaka/beyond-protocol/badges/main/pipeline.svg)
+![Latest Release](https://gitlab.utu.fi/beyondaka/beyond-protocol/-/badges/release.svg)
 
 ["Beyond"](https://sites.utu.fi/bittip/) is a remote presence research project to develop an immersive sense of presence using 3D and multi-sensory capture. This library provides the core network protocol and file format allowing you to connect to our web services, other nodes or load the capture files with a simple API that provides asynchonous packet callbacks. Utility functions are also provided, along with a thread pool that is used for processing each packet. An API using remote procedure calls is also available for communicating between other nodes or the web service.
 
-A description of the [protocol](https://gitlab.utu.fi/nicolas.pope/beyond-protocol/-/wikis/Protocol-Definition) can be found on our wiki.
+A description of the [protocol](https://gitlab.utu.fi/beyondaka/beyond-protocol/-/wikis/Protocol-Definition) can be found on our wiki.
 
 The library requires C++ 17.
 
@@ -31,7 +31,7 @@ sudo make install
 Download the ZIP containing the binaries and place the includes and static library in an appropriate build location.
 
 ## Usage
-Check the `examples` directory in the repository to see how the library could be used, or checkout the [doxygen documentation](https://nicolaspope.utugit.fi/beyond-protocol/).
+Check the `examples` directory in the repository to see how the library could be used, or checkout the [doxygen documentation](https://beyondaka.utugit.fi/beyond-protocol).
 
 A simple example of opening an FTL file would be:
 
-- 
GitLab