Skip to content

Commit ae392b0

Browse files
committed
fix compilation errors
1 parent 75568ad commit ae392b0

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ image::images/gitlab-menu.png[GitLab メニューにある ``Admin area'' の項
8383
Users in GitLab are accounts that correspond to people.
8484
User accounts don't have a lot of complexity; mainly it's a collection of personal information attached to login data.
8585
Each user account comes with a *namespace*, which is a logical grouping of projects that belong to that user.
86-
If the user +jane+ had a project named +project+, that project's url would be http://server/jane/project[].
86+
If the user +jane+ had a project named +project+, that project's url would be `http://server/jane/project`.
8787
//////////////////////////
8888
GitLab におけるユーザーは、使用者に紐付けられたアカウントのことを指します。
8989
それは複雑なものではありません。メインはログイン情報ごとに登録された個人情報です。
9090
また、ユーザーアカウントには *名前空間* が設定されていて、ユーザーが保持するプロジェクトの識別子として用いられます。
91-
たとえば、ユーザー +jane+ が +project+ という名前のプロジェクトを保持していた場合は、そのプロジェクトの URL は http://server/jane/project[] になります。
91+
たとえば、ユーザー +jane+ が +project+ という名前のプロジェクトを保持していた場合は、そのプロジェクトの URL は `http://server/jane/project` になります。
9292
9393
[[rgitlab_users]]
9494
//////////////////////////
@@ -122,10 +122,10 @@ This is obviously a much more permanent and destructive action, and its uses are
122122
123123
//////////////////////////
124124
A GitLab group is an assemblage of projects, along with data about how users can access those projects.
125-
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[].
125+
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`.
126126
//////////////////////////
127127
GitLab では、複数のプロジェクトをグループとしてまとめられます。そして、グループにはプロジェクトごとのユーザーのアクセス権情報も含まれています。
128-
また、ユーザーの場合と同じように、それぞれのグループには名前空間があります。たとえば、 +training+ グループに +materials+ というプロジェクトがあった場合、URL は http://server/training/materials[] になります。
128+
また、ユーザーの場合と同じように、それぞれのグループには名前空間があります。たとえば、 +training+ グループに +materials+ というプロジェクトがあった場合、URL は `http://server/training/materials` になります。
129129
130130
[[rgitlab_groups]]
131131
//////////////////////////

book/09-git-and-other-scms/sections/client-hg.asc

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ $ pip install mercurial
6060
6161
//////////////////////////
6262
The last thing you'll need is the Mercurial client.
63-
Go to http://mercurial.selenic.com/[] and install it if you haven't already.
63+
Go to https://mercurial-scm.org/[] and install it if you haven't already.
6464
//////////////////////////
6565
最後に必要なのは Mercurial のクライアントです。
66-
インストール済みでないなら、 http://mercurial.selenic.com/[] から入手してインストールしてください。
66+
インストール済みでないなら、 https://mercurial-scm.org/[] から入手してインストールしてください。
6767
6868
//////////////////////////
6969
Now you're ready to rock.

book/A-git-in-other-environments/sections/zsh.asc

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ For more information on vcs_info, check out its documentation
7373
vcs_infoについての詳細は、`zshcontrib(1)`マニュアルにあるドキュメントか、オンラインであれば http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Version-Control-Information[] を確認してみてください。
7474
7575
//////////////////////////
76-
Instead of vcs_info, you might prefer the prompt customization script that ships with Git, called `git-prompt.sh`; see http://git-prompt.sh[] for details.
76+
Instead of vcs_info, you might prefer the prompt customization script that ships with Git, called `git-prompt.sh`; see https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh[] for details.
7777
`git-prompt.sh` is compatible with both Bash and Zsh.
7878
//////////////////////////
79-
一方、Gitに同梱されている`git-prompt.sh`というスクリプトでも、プロンプトをカスタマイズすることができます。vcs_infoよりも気に入るかもしれませんね。詳しくは http://git-prompt.sh[] を確認してみてください。
79+
一方、Gitに同梱されている`git-prompt.sh`というスクリプトでも、プロンプトをカスタマイズすることができます。vcs_infoよりも気に入るかもしれませんね。詳しくは https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh[] を確認してみてください。
8080
`git-prompt.sh`はBashとZshの両方に対応しています。
8181
8282
//////////////////////////

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,10 @@ If you're interested and want to learn more, here's where to look for informatio
298298
興味が湧いた、もっと知りたいということなら、情報は次の場所から探せます。
299299
300300
//////////////////////////
301-
* The official JGit API documentation is available online at http://download.eclipse.org/jgit/docs/latest/apidocs[].
301+
* The official JGit API documentation is available online at https://www.eclipse.org/jgit/documentation[].
302302
These are standard Javadoc, so your favorite JVM IDE will be able to install them locally, as well.
303303
* The JGit Cookbook at https://github.com/centic9/jgit-cookbook[] has many examples of how to do specific tasks with JGit.
304-
* There are several good resources pointed out at http://stackoverflow.com/questions/6861881[].
305304
//////////////////////////
306-
* オフィシャルなJGit APIドキュメントは http://download.eclipse.org/jgit/docs/latest/apidocs[] で参照できます。
305+
* オフィシャルなJGit APIドキュメントは https://www.eclipse.org/jgit/documentation[] で参照できます。
307306
標準的なJavadocなので、ローカルにインストールして、好きなJVM IDEから参照することもできます。
308307
* JGit Cookbook (https://github.com/centic9/jgit-cookbook[]) には、特定の作業をJGitでどうやるかのサンプルプログラムが数多くあります。
309-
* http://stackoverflow.com/questions/6861881[] で、優れたリソースへのポインタがいくつか示されています。

0 commit comments

Comments
 (0)