summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2020-10-08 16:37:48 +0200
committerGitHub <noreply@github.com>2020-10-08 16:37:48 +0200
commit274a7ec4d7cd694b78a78ed3c2c8deec28aadacf (patch)
tree9c37d49179642848837924574ec09332cc7358f8
parent9272c37130565ee9582c1415817f862c93f1ed6f (diff)
parentc593c989a5f60534e8d7d3a503445e189f6484b0 (diff)
Merge pull request #1050 from nextcloud/fix/noid/documentation-link
Fix documentation link going to outdated version
-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') }} ↗