diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-11-15 15:17:08 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-11-15 15:17:08 +0000 |
commit | 7b34d828f7082711d315cc09a450cc3e9b7e7ee2 (patch) | |
tree | 0b2d1f817b3fdeddfd7d11c8f526dbae6c716997 | |
parent | a4072db0198896242886d22c644ed91c1016aa8d (diff) | |
parent | 2ea9c914eea78b967250c51916a23e9df3d8ea22 (diff) | |
download | gitlab-ce-7b34d828f7082711d315cc09a450cc3e9b7e7ee2.tar.gz |
Merge branch 'fix-typo' into 'master'
fix typo
See merge request gitlab-org/gitlab-ce!15374
-rw-r--r-- | doc/user/project/pages/getting_started_part_one.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pages/getting_started_part_one.md b/doc/user/project/pages/getting_started_part_one.md index 453e10184f0..1e19f422d94 100644 --- a/doc/user/project/pages/getting_started_part_one.md +++ b/doc/user/project/pages/getting_started_part_one.md @@ -62,7 +62,7 @@ which is highly recommendable and much faster than hardcoding. If you set up a GitLab Pages project on GitLab.com, it will automatically be accessible under a -[subdomain of `namespace.pages.io`](introduction.md#gitlab-pages-on-gitlab-com). +[subdomain of `namespace.gitlab.io`](introduction.md#gitlab-pages-on-gitlab-com). The `namespace` is defined by your username on GitLab.com, or the group name you created this project under. |