diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-02-04 08:44:49 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-02-04 08:44:49 +0000 |
commit | 34908dd28447b831a31a4340076f3d494c80e531 (patch) | |
tree | 93cbe91ecb9708fa8a085df77e3445e965d0cb18 /doc/development/documentation | |
parent | 609e5f7db54c33e32d40b70f854c0f3469e5484c (diff) | |
parent | f72722dead0d285147d5b50c8bcb57bead3d5d41 (diff) | |
download | gitlab-ce-34908dd28447b831a31a4340076f3d494c80e531.tar.gz |
Merge branch 'docs-correct-link' into 'master'
Docs: corrects link
See merge request gitlab-org/gitlab-ce!24865
Diffstat (limited to 'doc/development/documentation')
-rw-r--r-- | doc/development/documentation/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/index.md b/doc/development/documentation/index.md index 828f9bfeec6..436d0a38f31 100644 --- a/doc/development/documentation/index.md +++ b/doc/development/documentation/index.md @@ -27,7 +27,7 @@ The source of the documentation is maintained in the following repository locati | Project | Path | | --- | --- | | [GitLab Community Edition](https://gitlab.com/gitlab-org/gitlab-ce/) | [`/doc`](https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc) | -| [GitLab Enterprise Edition](https://gitlab.com/gitlab-org/gitlab-ce/) | [`/doc`](https://gitlab.com/gitlab-org/gitlab-ee/tree/master/doc) | +| [GitLab Enterprise Edition](https://gitlab.com/gitlab-org/gitlab-ee/) | [`/doc`](https://gitlab.com/gitlab-org/gitlab-ee/tree/master/doc) | | [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-runner/) | [`/docs`](https://gitlab.com/gitlab-org/gitlab-runner/tree/master/docs) | | [Omnibus GitLab](https://gitlab.com/gitlab-org/omnibus-gitlab/) | [`/doc`](https://gitlab.com/gitlab-org/gitlab-ee/tree/master/doc) | |