diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2019-04-30 15:37:23 +0100 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2019-04-30 15:37:23 +0100 |
commit | 9c298fe4afbac548b6fb23214c58571ee9357fc4 (patch) | |
tree | 3cabf1d7c2b7800418ba49fd46202187ffa1d77a /doc | |
parent | 4cb3ab8372694036a25e0b4943fc9dde0265d015 (diff) | |
download | gitlab-ce-9c298fe4afbac548b6fb23214c58571ee9357fc4.tar.gz |
Need to change only the pathdocs-update-pages-comm-contribution
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/pages/getting_started_part_two.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/project/pages/getting_started_part_two.md b/doc/user/project/pages/getting_started_part_two.md index bb3be9a5ba8..faf51154e3b 100644 --- a/doc/user/project/pages/getting_started_part_two.md +++ b/doc/user/project/pages/getting_started_part_two.md @@ -94,9 +94,9 @@ You can also take some **optional** further steps: - _Make it a user or group website._ To turn a **project website** forked from the Pages group into a **user/group** website, you'll need to: - - Rename it to `namespace.gitlab.io`: go to your project's **Settings** - and expand **Advanced**. Scroll down to **Rename repository** and change -both the project name and the path to `namespace.gitlab.io`. + - Rename it to `namespace.gitlab.io`: go to your project's + **Settings > General** and expand **Advanced**. Scroll down to + **Rename repository** and change the path to `namespace.gitlab.io`. - Adjust your SSG's [base URL](#urls-and-baseurls) from `"project-name"` to `""`. This setting will be at a different place for each SSG, as each of them have their own structure and file tree. Most likely, it will be in the SSG's |