From f6494bca2cfcf3ae7a88fda9cb80d87fe850d0c4 Mon Sep 17 00:00:00 2001 From: Phan An Date: Sun, 17 Mar 2024 18:55:47 +0100 Subject: [PATCH] fix: doc urls --- README.md | 2 +- .../profile-preferences/LastfmIntegration.vue | 15 +++++++-------- .../profile-preferences/SpotifyIntegration.vue | 11 +++++------ .../__snapshots__/SpotifyIntegration.spec.ts.snap | 6 ++++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2fd7f060..cd1ff1ec 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.

`;