summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@gmail.com>2018-06-04 23:46:42 +0000
committerViktor Szakats <vszakats@gmail.com>2018-06-04 23:46:42 +0000
commitea7937624b6e02e34f62721546d656b1df40fff3 (patch)
tree2d00cdcdfeee6e21dec99c1ca2f28d57000913fa /doc
parentbb2a847c8381dba03ac261c64e0022bf4823f912 (diff)
downloadgitlab-ce-ea7937624b6e02e34f62721546d656b1df40fff3.tar.gz
use HTTPS in the example GitLab Page URL
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/pages/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pages/index.md b/doc/user/project/pages/index.md
index 862e4a3b466..205f0283107 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>.gitlab.io/<projectname>`. Please read through the docs on
+`https://<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