fix: doc urls

This commit is contained in:
Phan An 2024-03-17 18:55:47 +01:00
parent 1f5ac10382
commit 16db05d778
4 changed files with 17 additions and 17 deletions

View file

@ -15,7 +15,7 @@ the [Official Documentation](https://docs.koel.dev).
## Development
See the [Development Guide](https://docs.koel.dev/#local-development).
See the [Development Guide](https://docs.koel.dev/development).
## Koel Player

View file

@ -23,21 +23,20 @@
>scrobbling</a>.
</p>
<div class="buttons">
<Btn class="connect" @click.prevent="connect">
{{ connected ? 'Reconnect' : 'Connect' }}
</Btn>
<Btn class="connect" @click.prevent="connect">{{ connected ? 'Reconnect' : 'Connect' }}</Btn>
<Btn v-if="connected" class="disconnect" gray @click.prevent="disconnect">Disconnect</Btn>
</div>
</div>
<div v-else data-testid="lastfm-not-integrated">
<p>
Last.fm integration is not enabled on this installation of Koel.
Last.fm integration is not enabled.
<span v-if="isAdmin" data-testid="lastfm-admin-instruction">
Visit
<a href="https://docs.koel.dev/3rd-party.html#last-fm" class="text-highlight" target="_blank">Koels Wiki</a>
for a quick how-to.
Check
<a href="https://docs.koel.dev/service-integrations#last-fm" class="text-highlight" target="_blank">
Documentation
</a>
for instructions.
</span>
<span v-else data-testid="lastfm-user-instruction">
Try politely asking an administrator to enable it.

View file

@ -17,12 +17,11 @@
<p>
Spotify integration is not enabled.
<span v-if="isAdmin" data-testid="spotify-admin-instruction">
Visit
<a href="https://docs.koel.dev/3rd-party.html#spotify" class="text-highlight" target="_blank">Koels Wiki</a>
for a quick how-to.
</span>
<span v-else data-testid="spotify-user-instruction">
Try politely asking an administrator to enable it.
Check
<a href="https://docs.koel.dev/service-integrations#spotify" class="text-highlight" target="_blank">
Documentation
</a>
for instructions.
</span>
</p>
</div>

View file

@ -4,7 +4,9 @@ exports[`renders proper content with Spotify integration status false, current u
<section data-v-49dda1f9="" class="text-secondary">
<h1 data-v-49dda1f9=""><span data-v-49dda1f9="" class="spotify-icon"><br data-v-49dda1f9="" data-testid="Icon" icon="[object Object]"></span> Spotify Integration </h1>
<div data-v-49dda1f9="">
<p data-v-49dda1f9=""> Spotify integration is not enabled. <span data-v-49dda1f9="" data-testid="spotify-user-instruction"> Try politely asking an administrator to enable it. </span></p>
<p data-v-49dda1f9=""> Spotify integration is not enabled.
<!--v-if-->
</p>
</div>
</section>
`;
@ -13,7 +15,7 @@ exports[`renders proper content with Spotify integration status false, current u
<section data-v-49dda1f9="" class="text-secondary">
<h1 data-v-49dda1f9=""><span data-v-49dda1f9="" class="spotify-icon"><br data-v-49dda1f9="" data-testid="Icon" icon="[object Object]"></span> Spotify Integration </h1>
<div data-v-49dda1f9="">
<p data-v-49dda1f9=""> Spotify integration is not enabled. <span data-v-49dda1f9="" data-testid="spotify-admin-instruction"> Visit <a data-v-49dda1f9="" href="https://docs.koel.dev/3rd-party.html#spotify" class="text-highlight" target="_blank">Koels Wiki</a> for a quick how-to. </span></p>
<p data-v-49dda1f9=""> Spotify integration is not enabled. <span data-v-49dda1f9="" data-testid="spotify-admin-instruction"> Check <a data-v-49dda1f9="" href="https://docs.koel.dev/service-integrations#spotify" class="text-highlight" target="_blank"> Documentation </a> for instructions. </span></p>
</div>
</section>
`;