summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-09-11 17:49:14 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-11 17:49:14 +0200
commit7de47c4ea2199faaf50c13d4a856ae8111b70cc7 (patch)
treef2d4fa0c4e72255439fb4eb31e4e88ab000853ca
parentf95857c8c5155b4fb1d4ff5b521f28c8d72d9d90 (diff)
downloadgitlab-ce-docs/fix-dead-url.tar.gz
Fix broken link to Omnibus docsdocs/fix-dead-url
-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 53b354d2f92..27794878cfe 100644
--- a/doc/administration/gitaly/index.md
+++ b/doc/administration/gitaly/index.md
@@ -635,7 +635,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](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 [tailing the logs](https://docs.gitlab.com/omnibus/settings/logs.html#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:
```sh