Updated all the links to codeberg

This commit is contained in:
RemixDev 2020-07-20 19:23:11 +02:00
parent 5dc312ea79
commit 6fecc5fde0
4 changed files with 9 additions and 10 deletions

View File

@ -1,10 +1,10 @@
{ {
"name": "deemix", "name": "deemix",
"version": "1.0.16", "version": "1.0.16",
"homepage": "https://notabug.org/RemixDev/deemix-webui/src/master/README.md", "homepage": "https://codeberg.org/RemixDev/deemix-webui/src/master/README.md",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://notabug.org/RemixDev/deemix-webui" "url": "https://codeberg.org/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",

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<p> <p>
This app uses the <a href="https://deemix.app" target="_blank">deemix</a> library, you can use this This app uses the <a href="https://deemix.app" target="_blank">deemix</a> library, you can use this
library to make your own UI for deemix.</br> library to make your own UI for deemix.</br>
Here's the <a href="https://notabug.org/RemixDev/deemix" target="_blank">official repo</a> for the Here's the <a href="https://codeberg.org/RemixDev/deemix" target="_blank">official repo</a> for the
library. library.
</p> </p>
<p> <p>
@ -38,7 +38,7 @@
<h3>You want to contribute to this project? You can do that <b>in different ways!</b></h3> <h3>You want to contribute to this project? You can do that <b>in different ways!</b></h3>
<p> <p>
If you're fluent in python you could try to make a new UI for the app using the base library, or fix If you're fluent in python you could try to make a new UI for the app using the base library, or fix
bugs in the library with a pull request on the <a href="https://notabug.org/RemixDev/deemix" bugs in the library with a pull request on the <a href="https://codeberg.org/RemixDev/deemix"
target="_blank">repo</a>.<br> target="_blank">repo</a>.<br>
I accept features as well, but no complex things, as they can be implementend directly in the app and I accept features as well, but no complex things, as they can be implementend directly in the app and
not the library.</p> not the library.</p>
@ -47,7 +47,7 @@
languages!<br> languages!<br>
You need help understanding the code? Just hit RemixDev up on Telegram or Reddit.</p> You need help understanding the code? Just hit RemixDev up on Telegram or Reddit.</p>
<p>If you know JavaScript, HTML or CSS you could contribute to the <a <p>If you know JavaScript, HTML or CSS you could contribute to the <a
href="https://notabug.org/RemixDev/deemix-webui" target="_blank">webui</a>.</p> href="https://codeberg.org/RemixDev/deemix-webui" target="_blank">webui</a>.</p>
<p> <p>
If you find some bugs you can report them in the repo, just make sure your bug isn't something that If you find some bugs you can report them in the repo, just make sure your bug isn't something that
only only
@ -78,4 +78,3 @@
</p> </p>
</div> </div>
</template> </template>

View File

@ -21,7 +21,7 @@
<i class="material-icons">assignment</i> <i class="material-icons">assignment</i>
</button> </button>
</div> </div>
<a href="https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken" target="_blank"> <a href="https://codeberg.org/RemixDev/deemix/wiki/Getting-your-own-ARL" target="_blank">
{{ $t('settings.login.arl.question') }} {{ $t('settings.login.arl.question') }}
</a> </a>
<button id="settings_btn_updateArl" @click="login" style="width:100%;"> <button id="settings_btn_updateArl" @click="login" style="width:100%;">