diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-02-22 13:22:14 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-02-22 13:22:14 -0300 |
commit | ce5420ab8fde3b147d3e2e1068b6b6313883a224 (patch) | |
tree | 1131dffc3870ad5923834be0ffbe7aeeb5874b08 /doc/pages | |
parent | f9079cb5ae43fa2cae0346c8dfd77b1e817fb78f (diff) | |
download | gitlab-ce-ce5420ab8fde3b147d3e2e1068b6b6313883a224.tar.gz |
fix link
Diffstat (limited to 'doc/pages')
-rw-r--r-- | doc/pages/getting_started_part_two.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pages/getting_started_part_two.md b/doc/pages/getting_started_part_two.md index 19e393f2623..f211b0a3363 100644 --- a/doc/pages/getting_started_part_two.md +++ b/doc/pages/getting_started_part_two.md @@ -70,7 +70,7 @@ To turn a **project website** forked from the Pages group into a **user/group** #### Create a Project from Scratch -1. From your **Project**'s **[Dashboard](https://gitlab.com/dashboard/projects)**, click **New project**, and name it considering the [examples above](#practical-examples). +1. From your **Project**'s **[Dashboard](https://gitlab.com/dashboard/projects)**, click **New project**, and name it considering the [pratical examples](getting_started_part_one.md#practical-examples). 1. Clone it to your local computer, add your website files to your project, add, commit and push to GitLab. 1. From the your **Project**'s page, click **Set up CI**: |