summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2020-10-08 15:05:18 +0200
committerJan C. Borchardt <hey@jancborchardt.net>2020-10-08 15:05:18 +0200
commitc593c989a5f60534e8d7d3a503445e189f6484b0 (patch)
tree90d4c5b940b43bb845990029189323913d35223a /src/App.vue
parent6b11aa717c2a204b04a1defdde81a67bb6485ddc (diff)
Fix documentation link going to outdated version
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.vue b/src/App.vue
index 689d9209..572000a6 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,7 +11,7 @@
</h3>
<p v-if="!serverData.checks.checks.wellknown">
{{ t('social', 'Social needs the .well-known automatic discovery to be properly set up. If Nextcloud is not installed in the root of the domain, it is often the case that Nextcloud can\'t configure this automatically. To use Social, the admin of this Nextcloud instance needs to manually configure the .well-known redirects: ') }}<a class="external_link"
- href="https://docs.nextcloud.com/server/15/go.php?to=admin-setup-well-known-URL"
+ href="https://docs.nextcloud.com/server/latest/go.php?to=admin-setup-well-known-URL"
target="_blank"
rel="noreferrer noopener">
{{ t('social', 'Open documentation') }} ↗
@@ -43,7 +43,7 @@
</h3>
<p v-if="!serverData.checks.checks.wellknown">
{{ t('social', 'Social needs the .well-known automatic discovery to be properly set up. If Nextcloud is not installed in the root of the domain, it is often the case that Nextcloud can\'t configure this automatically. To use Social, the admin of this Nextcloud instance needs to manually configure the .well-known redirects: ') }}<a class="external_link"
- href="https://docs.nextcloud.com/server/15/go.php?to=admin-setup-well-known-URL"
+ href="https://docs.nextcloud.com/server/latest/go.php?to=admin-setup-well-known-URL"
target="_blank"
rel="noreferrer noopener">
{{ t('social', 'Open documentation') }} ↗