Commit a3aef355 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis Committed by James Edwards-Jones

Be more clear what project name is referred to

parent 3d91145c
...@@ -55,8 +55,8 @@ In general there are two types of pages one might create: ...@@ -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 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. 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` | | User pages | `username.example.io` | `http(s)://username.example.io` |
| Group pages | `groupname.example.io` | `http(s)://groupname.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` | | Project pages owned by a user | `projectname` | `http(s)://username.example.io/projectname` |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment