Skip to content

Commit

Permalink
fix(ui): update docs links
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 committed Jan 6, 2025
1 parent 6f779b4 commit 92b005d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:name="t('app_api', 'Deploy Daemons')"
:description="t('app_api', 'Deploy Daemon (DaemonConfig) is an ExApps orchestration daemon.')"
:aria-label="t('app_api', 'Deploy Daemons. Deploy Daemon (DaemonConfig) is an ExApps orchestration daemon.')"
:doc-url="'https://cloud-py-api.github.io/app_api/CreationOfDeployDaemon.html'">
doc-url="https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/AppAPIAndExternalApps.html#setup-deploy-daemon">
<NcNoteCard v-if="state.default_daemon_config !== '' && !state?.daemon_config_accessible" type="error">
<p>{{ t('app_api', 'Default Deploy Daemon is not accessible. Please verify its configuration') }}</p>
</NcNoteCard>
Expand Down
12 changes: 6 additions & 6 deletions src/components/DaemonConfig/DaemonTestDeploy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default {
loading: false,
error: false,
error_message: '',
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#register',
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#register',
},
image_pull: {
id: 'image_pull',
Expand All @@ -171,7 +171,7 @@ export default {
loading: false,
error: false,
error_message: '',
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#image-pull',
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#image-pull',
progress: null,
},
container_started: {
Expand All @@ -182,7 +182,7 @@ export default {
loading: false,
error: false,
error_message: '',
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#container-started',
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#container-started',
},
heartbeat: {
id: 'heartbeat',
Expand All @@ -192,7 +192,7 @@ export default {
loading: false,
error: false,
error_message: '',
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#heartbeat',
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#heartbeat',
heartbeat_count: null,
},
init: {
Expand All @@ -203,7 +203,7 @@ export default {
loading: false,
error: false,
error_message: '',
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#init',
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#init',
progress: null,
},
enabled: {
Expand All @@ -214,7 +214,7 @@ export default {
loading: false,
error: false,
error_message: '',
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#enabled',
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#enabled',
},
},
}
Expand Down

0 comments on commit 92b005d

Please sign in to comment.