diff --git a/README.md b/README.md index 0af38cb8..e2b3ce51 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/resources/assets/js/components/profile-preferences/LastfmIntegration.vue b/resources/assets/js/components/profile-preferences/LastfmIntegration.vue index 1d9db52b..0265c20c 100644 --- a/resources/assets/js/components/profile-preferences/LastfmIntegration.vue +++ b/resources/assets/js/components/profile-preferences/LastfmIntegration.vue @@ -23,21 +23,20 @@ >scrobbling.

- - {{ connected ? 'Reconnect' : 'Connect' }} - - + {{ connected ? 'Reconnect' : 'Connect' }} Disconnect

- Last.fm integration is not enabled on this installation of Koel. + Last.fm integration is not enabled. - Visit - Koel’s Wiki - for a quick how-to. + Check + + Documentation + + for instructions. Try politely asking an administrator to enable it. diff --git a/resources/assets/js/components/profile-preferences/SpotifyIntegration.vue b/resources/assets/js/components/profile-preferences/SpotifyIntegration.vue index 8622bf85..bf60f802 100644 --- a/resources/assets/js/components/profile-preferences/SpotifyIntegration.vue +++ b/resources/assets/js/components/profile-preferences/SpotifyIntegration.vue @@ -17,12 +17,11 @@

Spotify integration is not enabled. - Visit - Koel’s Wiki - for a quick how-to. - - - Try politely asking an administrator to enable it. + Check + + Documentation + + for instructions.

diff --git a/resources/assets/js/components/profile-preferences/__snapshots__/SpotifyIntegration.spec.ts.snap b/resources/assets/js/components/profile-preferences/__snapshots__/SpotifyIntegration.spec.ts.snap index 79924295..e14aaa4f 100644 --- a/resources/assets/js/components/profile-preferences/__snapshots__/SpotifyIntegration.spec.ts.snap +++ b/resources/assets/js/components/profile-preferences/__snapshots__/SpotifyIntegration.spec.ts.snap @@ -4,7 +4,9 @@ exports[`renders proper content with Spotify integration status false, current u


Spotify Integration

-

Spotify integration is not enabled. Try politely asking an administrator to enable it.

+

Spotify integration is not enabled. + +

`; @@ -13,7 +15,7 @@ exports[`renders proper content with Spotify integration status false, current u


Spotify Integration

-

Spotify integration is not enabled. Visit Koel’s Wiki for a quick how-to.

+

Spotify integration is not enabled. Check Documentation for instructions.

`;