diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-02-18 01:09:37 +0000 |
---|---|---|
committer | mfluharty <mfluharty@gitlab.com> | 2019-02-20 11:20:33 -0700 |
commit | d6c2c353a3393df33392d6693ac11253c61da933 (patch) | |
tree | 062a147c6ed63e5a7ea4153c530db112f0893e33 | |
parent | db24316e50402b34e1e000200c18250d2621c8de (diff) | |
download | gitlab-ce-d6c2c353a3393df33392d6693ac11253c61da933.tar.gz |
Docs: Fix anchors with extra hashes
-rw-r--r-- | doc/topics/autodevops/index.md | 2 | ||||
-rw-r--r-- | doc/user/project/clusters/eks_and_gitlab/index.md | 2 | ||||
-rw-r--r-- | doc/user/project/settings/index.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index b72138ef24f..04d3b5cb277 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -553,7 +553,7 @@ Herokuish](https://github.com/gliderlabs/herokuish#paths) > [Introduced][ce-19507] in GitLab 11.0. -For internal and private projects a [GitLab Deploy Token](../../user/project/deploy_tokens/index.md###gitlab-deploy-token) +For internal and private projects a [GitLab Deploy Token](../../user/project/deploy_tokens/index.md#gitlab-deploy-token) will be automatically created, when Auto DevOps is enabled and the Auto DevOps settings are saved. This Deploy Token can be used for permanent access to the registry. diff --git a/doc/user/project/clusters/eks_and_gitlab/index.md b/doc/user/project/clusters/eks_and_gitlab/index.md index 0e6d4bce153..ea09f9f1547 100644 --- a/doc/user/project/clusters/eks_and_gitlab/index.md +++ b/doc/user/project/clusters/eks_and_gitlab/index.md @@ -253,7 +253,7 @@ With RBAC disabled and services deployed, [Auto DevOps](../../../../topics/autodevops/index.md) can now be leveraged to build, test, and deploy the app. -[Enable Auto DevOps](../../../../topics/autodevops/index.md##enablingdisabling-auto-devops-at-the-project-level) +[Enable Auto DevOps](../../../../topics/autodevops/index.md#enablingdisabling-auto-devops-at-the-project-level) if not already enabled. If a wildcard DNS entry was created resolving to the Load Balancer, enter it in the `domain` field under the Auto DevOps settings. Otherwise, the deployed app will not be externally available outside of the cluster. diff --git a/doc/user/project/settings/index.md b/doc/user/project/settings/index.md index b09a3f927d1..d5f4a7fd4ac 100644 --- a/doc/user/project/settings/index.md +++ b/doc/user/project/settings/index.md @@ -121,7 +121,7 @@ NOTE: **Note:** GitLab administrators can use the admin interface to move any project to any namespace if needed. -[permissions]: ../../permissions.md##project-members-permissions +[permissions]: ../../permissions.md#project-members-permissions ## Operations settings |