Commit 42bba84e authored by Miguel Rincon's avatar Miguel Rincon

Merge branch 'victor.vasiloi-master-patch-94198' into 'master'

[Docs] Update page URLs for "Set maximum job timeout for a runner".

See merge request gitlab-org/gitlab!63992
parents 5f7fa24f 3fefa96f
......@@ -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