diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-25 10:16:44 +0200 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-01-31 22:55:31 +0000 |
commit | a3aef3551a7d35241da51ec59060e83434da982b (patch) | |
tree | 30de23f8a4112562e66b7fda2978de049af458fb /doc/pages | |
parent | 3d91145cd0db52000eab67df7db0afec705b7f40 (diff) | |
download | gitlab-ce-a3aef3551a7d35241da51ec59060e83434da982b.tar.gz |
Be more clear what project name is referred to
Diffstat (limited to 'doc/pages')
-rw-r--r-- | doc/pages/README.md | 4 |
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` | |