diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-03-11 01:47:01 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-03-11 01:47:01 +0000 |
commit | 8272b0c8bd929588f69c494650acd27f575f2a17 (patch) | |
tree | 8ac1044a36f58f2e637bebf110af1b73b9386a6a /doc/ci/services/README.md | |
parent | f2a53ee44dca11c89f76ddef1376c9ecf08a8c38 (diff) | |
download | gitlab-ce-8272b0c8bd929588f69c494650acd27f575f2a17.tar.gz |
Docs: Fix CI/CD related anchors
Diffstat (limited to 'doc/ci/services/README.md')
-rw-r--r-- | doc/ci/services/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/services/README.md b/doc/ci/services/README.md index d94b472b768..2eda5d23976 100644 --- a/doc/ci/services/README.md +++ b/doc/ci/services/README.md @@ -10,4 +10,4 @@ be linked with your base image. Below is a list of examples you may use. - [Using MySQL](mysql.md) - [Using PostgreSQL](postgres.md) - [Using Redis](redis.md) -- [Using Other Services](../docker/using_docker_images.md#how-to-use-other-images-as-services) +- [Using Other Services](../docker/using_docker_images.md#what-is-a-service) |