From da105f468bd69b3d572f422d7270204e5823200e Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Thu, 15 Jun 2023 12:09:27 +0200 Subject: [PATCH] fix(editor): Update version control docs links (#6440) * fix(editor): Update version control setup docs link * fix(editor): add setup version control docs link to other places * fix(editor): making docs link reactive --- packages/editor-ui/src/views/SettingsVersionControl.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/editor-ui/src/views/SettingsVersionControl.vue b/packages/editor-ui/src/views/SettingsVersionControl.vue index 0fb9a0c09..e99627772 100644 --- a/packages/editor-ui/src/views/SettingsVersionControl.vue +++ b/packages/editor-ui/src/views/SettingsVersionControl.vue @@ -13,6 +13,8 @@ const toast = useToast(); const message = useMessage(); const loadingService = useLoadingService(); +const versionControlDocsUrl = ref('https://docs.n8n.io/environments/version-control/'); +const versionControlDocsSetupUrl = computed(() => versionControlDocsUrl.value + 'setup/'); const isConnected = ref(false); const onConnect = async () => { @@ -188,7 +190,7 @@ const refreshBranches = async () => { @@ -279,7 +281,7 @@ const refreshBranches = async () => { @@ -344,7 +346,7 @@ const refreshBranches = async () => { {{ locale.baseText('settings.versionControl.readonly.bold') }}