From a3aef3551a7d35241da51ec59060e83434da982b Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 25 Feb 2016 10:16:44 +0200 Subject: [PATCH] Be more clear what project name is referred to --- doc/pages/README.md | 4 ++-- 1 file 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` | -- GitLab