Skip to content

Commit 0407cd0

Browse files
author
dscho
committed
book: update en
Updated via the `update-book.yml` GitHub workflow.
1 parent f5e7573 commit 0407cd0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

external/book/content/book/en/v2/Appendix-B-Embedding-Git-in-your-Applications-JGit.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 id="_jgit">JGit</h2>
2323
<p>
2424
If you want to use Git from within a Java program, there is a fully featured Git library called JGit.
2525
JGit is a relatively full-featured implementation of Git written natively in Java, and is widely used in the Java community.
26-
The JGit project is under the Eclipse umbrella, and its home can be found at <a href="https://www.eclipse.org/jgit/" class="bare" target="_blank" rel="noopener">https://www.eclipse.org/jgit/</a>.</p>
26+
The JGit project is under the Eclipse umbrella, and its home can be found at <a href="https://projects.eclipse.org/projects/technology.jgit" class="bare" target="_blank" rel="noopener">https://projects.eclipse.org/projects/technology.jgit</a>.</p>
2727
</div>
2828
<div class="sect3">
2929
<h3 id="_getting_set_up">Getting Set Up</h3>
@@ -45,7 +45,7 @@ <h3 id="_getting_set_up">Getting Set Up</h3>
4545
Once this step is done, Maven will automatically acquire and use the JGit libraries that you’ll need.</p>
4646
</div>
4747
<div class="paragraph">
48-
<p>If you would rather manage the binary dependencies yourself, pre-built JGit binaries are available from <a href="https://www.eclipse.org/jgit/download" class="bare" target="_blank" rel="noopener">https://www.eclipse.org/jgit/download</a>.
48+
<p>If you would rather manage the binary dependencies yourself, pre-built JGit binaries are available from <a href="https://projects.eclipse.org/projects/technology.jgit/downloads" class="bare" target="_blank" rel="noopener">https://projects.eclipse.org/projects/technology.jgit/downloads</a>.
4949
You can build them into your project by running a command like this:</p>
5050
</div>
5151
<div class="listingblock">
@@ -200,7 +200,7 @@ <h3 id="_further_reading_2">Further Reading</h3>
200200
<div class="ulist">
201201
<ul>
202202
<li>
203-
<p>The official JGit API documentation can be found at <a href="https://www.eclipse.org/jgit/documentation" class="bare" target="_blank" rel="noopener">https://www.eclipse.org/jgit/documentation</a>.
203+
<p>The official JGit API documentation can be found at <a href="https://help.eclipse.org/latest/topic/org.eclipse.egit.doc/help/JGit/User_Guide/User-Guide.html" class="bare" target="_blank" rel="noopener">https://help.eclipse.org/latest/topic/org.eclipse.egit.doc/help/JGit/User_Guide/User-Guide.html</a>.
204204
These are standard Javadoc, so your favorite JVM IDE will be able to install them locally, as well.</p>
205205
</li>
206206
<li>

external/book/content/book/en/v2/_index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
language_code: en
99
front_page: true
1010
repository_url: https://github.com/progit/progit2
11-
sha: ece0b7f51cc8976a6be74f355fcec0fff95c7a28
12-
ebook_pdf: https://github.com/progit/progit2/releases/download/2.1.448/progit.pdf
13-
ebook_epub: https://github.com/progit/progit2/releases/download/2.1.448/progit.epub
11+
sha: 55b541e9e6d747208a76a15d1f1e01463093f67b
12+
ebook_pdf: https://github.com/progit/progit2/releases/download/2.1.449/progit.pdf
13+
ebook_epub: https://github.com/progit/progit2/releases/download/2.1.449/progit.epub
1414
page_title: Git - Book
1515
url: "/book/en/v2.html"
1616
aliases:

external/book/sync/book-en.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ece0b7f51cc8976a6be74f355fcec0fff95c7a28
1+
55b541e9e6d747208a76a15d1f1e01463093f67b

0 commit comments

Comments
 (0)