Skip to content

Commit c080a12

Browse files
committed
Make example urls non-clickable
1 parent f50f0c0 commit c080a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/04-git-server/sections/gitlab.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ image::images/gitlab-menu.png[The ``Admin area'' item in the GitLab menu.]
3939
Users in GitLab are accounts that correspond to people.
4040
User accounts don't have a lot of complexity; mainly it's a collection of personal information attached to login data.
4141
Each user account comes with a *namespace*, which is a logical grouping of projects that belong to that user.
42-
If the user +jane+ had a project named +project+, that project's url would be http://server/jane/project[].
42+
If the user +jane+ had a project named +project+, that project's url would be `http://server/jane/project`.
4343

4444
[[gitlab_users]]
4545
.The GitLab user administration screen.
@@ -56,7 +56,7 @@ This is obviously a much more permanent and destructive action, and its uses are
5656
===== Groups
5757

5858
A GitLab group is an assemblage of projects, along with data about how users can access those projects.
59-
Each group has a project namespace (the same way that users do), so if the group +training+ has a project +materials+, its url would be http://server/training/materials[].
59+
Each group has a project namespace (the same way that users do), so if the group +training+ has a project +materials+, its url would be `http://server/training/materials`.
6060

6161
[[gitlab_groups]]
6262
.The GitLab group administration screen.

0 commit comments

Comments
 (0)