diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-01 10:31:34 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-06-01 11:42:25 +0100 |
commit | 7bf573b8b152788284eecf1ad55cec85f6fe3060 (patch) | |
tree | 7f074fefecc2fcba3fdf60b8b05015fcb1c5a472 /doc/user/project/pages | |
parent | 755cd9b68073533086035eff089a900e3d982c1c (diff) | |
download | gitlab-ce-7bf573b8b152788284eecf1ad55cec85f6fe3060.tar.gz |
Merge branch 'docs-fix-typo-pages' into 'master'
Docs: fix typo
See merge request gitlab-org/gitlab-ee!5931
Diffstat (limited to 'doc/user/project/pages')
-rw-r--r-- | doc/user/project/pages/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pages/index.md b/doc/user/project/pages/index.md index 4b5c2539c4b..862e4a3b466 100644 --- a/doc/user/project/pages/index.md +++ b/doc/user/project/pages/index.md @@ -42,7 +42,7 @@ to secure them. Your files live in a project [repository](../repository/index.md) on GitLab. [GitLab CI](../../../ci/README.md) picks up those files and makes them available at, typically, -`http://<username>.gilab.io/<projectname>`. Please read through the docs on +`http://<username>.gitlab.io/<projectname>`. Please read through the docs on [GitLab Pages domains](getting_started_part_one.md#gitlab-pages-domain) for more info. ## Explore GitLab Pages |