mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: doc urls
This commit is contained in:
parent
c29abe4657
commit
f6494bca2c
4 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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">Koel’s 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.
|
||||
|
|
|
@ -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">Koel’s 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>
|
||||
|
|
|
@ -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">Koel’s 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>
|
||||
`;
|
||||
|
|
Loading…
Reference in a new issue