summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-02-08 13:25:29 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-02-08 13:25:29 +0000
commit7444d7e4b3a5bf217f4e0041e4a80c63da1a645e (patch)
tree899b01dd283b22d5f6509c03bd52766d328c4501
parent051eec95c9750cdbd6522c742faab6a503ac0cfa (diff)
parent0626c8a0d816c0057bd9837d394b0d6c2bc18eb3 (diff)
downloadgitlab-ce-7444d7e4b3a5bf217f4e0041e4a80c63da1a645e.tar.gz
Merge branch 'patch-44' into 'master'
docs: trivial: remove stray extra "to" See merge request gitlab-org/gitlab-ce!25024
-rw-r--r--doc/user/project/pages/getting_started_part_two.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pages/getting_started_part_two.md b/doc/user/project/pages/getting_started_part_two.md
index 8dbbdd051f1..c9081a6d72b 100644
--- a/doc/user/project/pages/getting_started_part_two.md
+++ b/doc/user/project/pages/getting_started_part_two.md
@@ -71,7 +71,7 @@ created for the steps below.
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`: navigate to project's **Settings** > expand **Advanced settings** > and scroll down to **Rename repository**
-- Adjust your SSG's [base URL](#urls-and-baseurls) to 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 config file.
+- 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 config file.
> **Notes:**
>