Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-25 11:16:44 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:55:31 +0300
commita3aef3551a7d35241da51ec59060e83434da982b (patch)
tree30de23f8a4112562e66b7fda2978de049af458fb /doc/pages/README.md
parent3d91145cd0db52000eab67df7db0afec705b7f40 (diff)
Be more clear what project name is referred to
Diffstat (limited to 'doc/pages/README.md')
-rw-r--r--doc/pages/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md
index db445f10088..a5c9b9c23c3 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -55,8 +55,8 @@ In general there are two types of pages one might create:
In GitLab, usernames and groupnames are unique and we often refer to them
as namespaces. There can be only one namespace in a GitLab instance.
-| Type of GitLab Pages | Project name | Website served under |
-| -------------------- | --------------- | -------------------- |
+| Type of GitLab Pages | Project name created in GitLab | Website URL |
+| -------------------- | ------------ | ----------- |
| User pages | `username.example.io` | `http(s)://username.example.io` |
| Group pages | `groupname.example.io` | `http(s)://groupname.example.io` |
| Project pages owned by a user | `projectname` | `http(s)://username.example.io/projectname` |