diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-11-09 18:13:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-11-09 18:13:13 +0000 |
commit | efcaec8a140e2b93d1f43d5afd7a5c35cdd4dad7 (patch) | |
tree | f10a4a70e5c9213c4cdc7a55788e69f8850d899b /doc/administration/maintenance_mode/index.md | |
parent | e6a54b33a9712d7f1a995df47f678fbb78bcd6b7 (diff) | |
download | gitlab-ce-efcaec8a140e2b93d1f43d5afd7a5c35cdd4dad7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/maintenance_mode/index.md')
-rw-r--r-- | doc/administration/maintenance_mode/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/maintenance_mode/index.md b/doc/administration/maintenance_mode/index.md index d5bcd132665..2d17062e955 100644 --- a/doc/administration/maintenance_mode/index.md +++ b/doc/administration/maintenance_mode/index.md @@ -119,7 +119,7 @@ For most JSON requests, POST, PUT, PATCH, and DELETE are blocked, and the API re | POST | `/admin/session`, `/admin/session/destroy` | To allow [Administrator mode for GitLab administrators](https://gitlab.com/groups/gitlab-org/-/epics/2158) | | POST | Paths ending with `/compare`| Git revision routes. | | POST | `.git/git-upload-pack` | To allow Git pull/clone. | -| POST | `/api/v4/internal` | [internal API routes](../../development/internal_api.md) | +| POST | `/api/v4/internal` | [internal API routes](../../development/internal_api/index.md) | | POST | `/admin/sidekiq` | To allow management of background jobs in the Admin UI | | POST | `/admin/geo` | To allow updating Geo Nodes in the administrator UI | | POST | `/api/v4/geo_replication`| To allow certain Geo-specific administrator UI actions on secondary sites | |