Skip to content
Snippets Groups Projects
Commit 086bc441 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'docs/fix-links' into 'master'

Fix broken documentation links

See merge request !382
parents d9be287e 4dbaf50a
No related branches found
No related tags found
No related merge requests found
......@@ -53,11 +53,11 @@ read the documentation online at https://docs.gitlab.com/runner/.
## Install GitLab Runner
Visit the [installation documentaion](https://docs.gitlab.com/runner/install/).
Visit the [installation documentation](https://docs.gitlab.com/runner/install/).
## Use GitLab Runner
See [https://docs.gitlab.com/runner/#use-gitlab-runner](https://docs.gitlab.com/runner/#using-gitlab-runner).
See [https://docs.gitlab.com/runner/#using-gitlab-runner](https://docs.gitlab.com/runner/#using-gitlab-runner).
## Select executor
......
......@@ -6,7 +6,7 @@ well as information how to set up Prometheus metrics:
- [Advanced configuration options](advanced-configuration.md) Learn how to use the [TOML][] configuration file that GitLab Runner uses.
- [Use self-signed certificates](tls-self-signed.md) Configure certificates that are used to verify TLS peer when connecting to the GitLab server.
- [Auto-scaling using Docker machine](autoscaling.md) Execute jobs on machines that are created on demand using Docker machine.
- [Auto-scaling using Docker machine](autoscale.md) Execute jobs on machines that are created on demand using Docker machine.
- [Supported shells](../shells/README.md) Learn what shell script generators are supported that allow to execute builds on different systems.
- [Security considerations](../security/index.md) Be aware of potential security implications when running your jobs with GitLab Runner.
- [Prometheus monitoring](../monitoring/README.md) Learn how to use the Prometheus metrics HTTP server.
......
......@@ -84,7 +84,7 @@ To jump into the specific documentation of each executor, visit:
- [Advanced configuration options](configuration/advanced-configuration.md) Learn how to use the [TOML][] configuration file that GitLab Runner uses.
- [Use self-signed certificates](configuration/tls-self-signed.md) Configure certificates that are used to verify TLS peer when connecting to the GitLab server.
- [Auto-scaling using Docker machine](configuration/autoscaling.md) Execute jobs on machines that are created on demand using Docker machine.
- [Auto-scaling using Docker machine](configuration/autoscale.md) Execute jobs on machines that are created on demand using Docker machine.
- [Supported shells](shells/README.md) Learn what shell script generators are supported that allow to execute builds on different systems.
- [Security considerations](security/index.md) Be aware of potential security implications when running your jobs with GitLab Runner.
- [Prometheus monitoring](monitoring/README.md) Learn how to use the Prometheus metrics HTTP server.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment