From 3f2e7f79689c48bdbd53e99d00333f8147bb2c4e Mon Sep 17 00:00:00 2001
From: Aniston <berzek@gmail.com>
Date: Wed, 1 Apr 2020 01:03:16 +0200
Subject: [PATCH] mixed-up links for Backend and Frontend artifacts

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

diff --git a/README.md b/README.md
index 0123076..d415865 100644
--- a/README.md
+++ b/README.md
@@ -71,9 +71,9 @@ A workaround would be to change the ```WG_INTERFACE_NAME``` to something differe
 
 ### Directly without docker
 
-Fill free to download latest artefacts from my GitLab server:
-* [Backend](https://gitlab.127-0-0-1.fr/vx3r/wg-gen-web/-/jobs/artifacts/master/download?job=build-front)
-* [Frontend](https://gitlab.127-0-0-1.fr/vx3r/wg-gen-web/-/jobs/artifacts/master/download?job=build-back)
+Fill free to download latest artifacts from my GitLab server:
+* [Backend](https://gitlab.127-0-0-1.fr/vx3r/wg-gen-web/-/jobs/artifacts/master/download?job=build-back)
+* [Frontend](https://gitlab.127-0-0-1.fr/vx3r/wg-gen-web/-/jobs/artifacts/master/download?job=build-front)
 
 Put everything in one directory, create `.env` file with all configurations and run the backend.
 
@@ -136,4 +136,4 @@ Feel free to modify this file in order to use your existing keys
 
 ## License
 
- * Do What the Fuck You Want to Public License. [LICENSE-WTFPL](LICENSE-WTFPL) or http://www.wtfpl.net
\ No newline at end of file
+ * Do What the Fuck You Want to Public License. [LICENSE-WTFPL](LICENSE-WTFPL) or http://www.wtfpl.net
-- 
GitLab