Skip to content

Commit e6865c7

Browse files
authored
Merge pull request #1176 from rexkerr/fix_clickable_urls
Fix bad urls
2 parents c883d07 + 0d75700 commit e6865c7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.

book/B-embedding-git/sections/jgit.asc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,3 @@ If you're interested and want to learn more, here's where to look for informatio
158158
* The official JGit API documentation can be found at http://www.eclipse.org/jgit/documentation/[].
159159
These are standard Javadoc, so your favorite JVM IDE will be able to install them locally, as well.
160160
* The JGit Cookbook at https://github.com/centic9/jgit-cookbook[] has many examples of how to do specific tasks with JGit.
161-
* There are several good resources pointed out at http://stackoverflow.com/questions/6861881[].

0 commit comments

Comments
 (0)