Commit 3fefa96f authored by Victor Vasiloi's avatar Victor Vasiloi Committed by Miguel Rincon

Update timeout help page URLs in job sidebar

This change fixes the help page URLs in the job
sidebar for "Set maximum job timeout for a runner"
to the correct page.

Changelog: fixed
parent 10e2c372
......@@ -46,7 +46,7 @@ export default {
return timeIntervalInWords(this.job.queued);
},
runnerHelpUrl() {
return helpPagePath('ci/runners/index.html', {
return helpPagePath('ci/runners/configure_runners.html', {
anchor: 'set-maximum-job-timeout-for-a-runner',
});
},
......
......@@ -40,7 +40,7 @@ export default {
);
},
runnersPath() {
return helpPagePath('ci/runners/index.html', {
return helpPagePath('ci/runners/configure_runners.html', {
anchor: 'set-maximum-job-timeout-for-a-runner',
});
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment