From eafd583cbf616bbdd066b340cbf0c4f6c3c47875 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Sat, 7 Nov 2020 12:22:55 +0100 Subject: [PATCH] Updated links in readme --- COMPILE-UI.md | 2 +- README.md | 6 +++--- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/COMPILE-UI.md b/COMPILE-UI.md index f33a0b2..d026a1c 100644 --- a/COMPILE-UI.md +++ b/COMPILE-UI.md @@ -34,7 +34,7 @@ By simply running $ npm run dev ``` -P.S.: You need to be inside the [deemix-pyweb](https://git.fuwafuwa.moe/RemixDev/deemix-pyweb) repo to have the server working correctly. +P.S.: You need to be inside the [deemix-pyweb](https://git.rip/RemixDev/deemix-pyweb) repo to have the server working correctly. you will have 2 tasks running at the same time: - the server diff --git a/README.md b/README.md index ad6d441..9180b63 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ If you are a web developer and want to contribute to this project, please read t ## Related projects -- [deemix](https://git.fuwafuwa.moe/RemixDev/deemix) -- [deemix-pyweb](https://git.fuwafuwa.moe/RemixDev/deemix-pyweb) -- [deemix-tools](https://git.fuwafuwa.moe/RemixDev/deemix-tools) +- [deemix](https://git.rip/RemixDev/deemix) +- [deemix-pyweb](https://git.rip/RemixDev/deemix-pyweb) +- [deemix-tools](https://git.rip/RemixDev/deemix-tools) # "Hidden" features diff --git a/package.json b/package.json index acd6e9f..b9042aa 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "deemix-webui", "version": "1.2.1", - "homepage": "https://git.fuwafuwa.moe/RemixDev/deemix-webui/src/master/README.md", + "homepage": "https://git.rip/RemixDev/deemix-webui/src/master/README.md", "repository": { "type": "git", - "url": "https://git.fuwafuwa.moe/RemixDev/deemix-webui" + "url": "https://git.rip/RemixDev/deemix-webui" }, "scripts": { "clean": "rimraf public/css/style.css public/css/style.css.map public/js/bundle.js public/js/bundle.js.map",