Updated links in readme

This commit is contained in:
RemixDev 2020-11-07 12:22:55 +01:00
parent d730982869
commit eafd583cbf
No known key found for this signature in database
GPG Key ID: B33962B465BDB51C
3 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@ By simply running
$ npm run dev $ 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: you will have 2 tasks running at the same time:
- the server - the server

View File

@ -5,9 +5,9 @@ If you are a web developer and want to contribute to this project, please read t
## Related projects ## Related projects
- [deemix](https://git.fuwafuwa.moe/RemixDev/deemix) - [deemix](https://git.rip/RemixDev/deemix)
- [deemix-pyweb](https://git.fuwafuwa.moe/RemixDev/deemix-pyweb) - [deemix-pyweb](https://git.rip/RemixDev/deemix-pyweb)
- [deemix-tools](https://git.fuwafuwa.moe/RemixDev/deemix-tools) - [deemix-tools](https://git.rip/RemixDev/deemix-tools)
# "Hidden" features # "Hidden" features

View File

@ -1,10 +1,10 @@
{ {
"name": "deemix-webui", "name": "deemix-webui",
"version": "1.2.1", "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": { "repository": {
"type": "git", "type": "git",
"url": "https://git.fuwafuwa.moe/RemixDev/deemix-webui" "url": "https://git.rip/RemixDev/deemix-webui"
}, },
"scripts": { "scripts": {
"clean": "rimraf public/css/style.css public/css/style.css.map public/js/bundle.js public/js/bundle.js.map", "clean": "rimraf public/css/style.css public/css/style.css.map public/js/bundle.js public/js/bundle.js.map",