Skip to content

Commit 92b005d

Browse files
committed
fix(ui): update docs links
Signed-off-by: Andrey Borysenko <[email protected]>
1 parent 6f779b4 commit 92b005d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/components/AdminSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
:name="t('app_api', 'Deploy Daemons')"
1616
:description="t('app_api', 'Deploy Daemon (DaemonConfig) is an ExApps orchestration daemon.')"
1717
:aria-label="t('app_api', 'Deploy Daemons. Deploy Daemon (DaemonConfig) is an ExApps orchestration daemon.')"
18-
:doc-url="'https://cloud-py-api.github.io/app_api/CreationOfDeployDaemon.html'">
18+
doc-url="https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/AppAPIAndExternalApps.html#setup-deploy-daemon">
1919
<NcNoteCard v-if="state.default_daemon_config !== '' && !state?.daemon_config_accessible" type="error">
2020
<p>{{ t('app_api', 'Default Deploy Daemon is not accessible. Please verify its configuration') }}</p>
2121
</NcNoteCard>

src/components/DaemonConfig/DaemonTestDeploy.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export default {
161161
loading: false,
162162
error: false,
163163
error_message: '',
164-
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#register',
164+
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#register',
165165
},
166166
image_pull: {
167167
id: 'image_pull',
@@ -171,7 +171,7 @@ export default {
171171
loading: false,
172172
error: false,
173173
error_message: '',
174-
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#image-pull',
174+
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#image-pull',
175175
progress: null,
176176
},
177177
container_started: {
@@ -182,7 +182,7 @@ export default {
182182
loading: false,
183183
error: false,
184184
error_message: '',
185-
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#container-started',
185+
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#container-started',
186186
},
187187
heartbeat: {
188188
id: 'heartbeat',
@@ -192,7 +192,7 @@ export default {
192192
loading: false,
193193
error: false,
194194
error_message: '',
195-
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#heartbeat',
195+
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#heartbeat',
196196
heartbeat_count: null,
197197
},
198198
init: {
@@ -203,7 +203,7 @@ export default {
203203
loading: false,
204204
error: false,
205205
error_message: '',
206-
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#init',
206+
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#init',
207207
progress: null,
208208
},
209209
enabled: {
@@ -214,7 +214,7 @@ export default {
214214
loading: false,
215215
error: false,
216216
error_message: '',
217-
help_url: 'https://cloud-py-api.github.io/app_api/TestDeploy.html#enabled',
217+
help_url: 'https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html#enabled',
218218
},
219219
},
220220
}

0 commit comments

Comments
 (0)