summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarish Ramachandran <harish@gitlab.com>2019-07-25 08:41:21 -0400
committerHarish Ramachandran <harish@gitlab.com>2019-07-25 08:41:21 -0400
commit79d5f46b81d901af79f8e657c090abd702e7fdf9 (patch)
tree82674457cbb24c917d353f636187cf438fa3339d
parent9aa862eb8228a93660ce36bbaa6bb9e47445a4e5 (diff)
downloadgitlab-ce-docs-gitaly-secrets-mismatch-harishsr.tar.gz
Make a relative link an absolute onedocs-gitaly-secrets-mismatch-harishsr
-rw-r--r--doc/administration/gitaly/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md
index 41617092ca4..4e92bca5d85 100644
--- a/doc/administration/gitaly/index.md
+++ b/doc/administration/gitaly/index.md
@@ -535,7 +535,7 @@ Confirm the following are all true:
UI, it immediatley fails with a red `401 Unauthorized` banner.
- Creating a new project and [initializing it with a README](../../gitlab-basics/create-project.md#blank-projects)
successfully creates the project but doesn't create the README.
-- When [tailing the logs](../../../omnibus/settings/logs.md#tail-logs-in-a-console-on-the-server) on an app node and reproducing the error, you get `401` errors
+- When [tailing the logs](https://docs.gitlab.com/omnibus/settings/logs.md#tail-logs-in-a-console-on-the-server) on an app node and reproducing the error, you get `401` errors
when reaching the `/api/v4/internal/allowed` endpoint:
```shell