You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: external/book/content/book/en/v2/Appendix-B-Embedding-Git-in-your-Applications-JGit.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ <h2 id="_jgit">JGit</h2>
23
23
<p>
24
24
If you want to use Git from within a Java program, there is a fully featured Git library called JGit.
25
25
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 <ahref="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 <ahref="https://projects.eclipse.org/projects/technology.jgit" class="bare" target="_blank" rel="noopener">https://projects.eclipse.org/projects/technology.jgit</a>.</p>
27
27
</div>
28
28
<divclass="sect3">
29
29
<h3id="_getting_set_up">Getting Set Up</h3>
@@ -45,7 +45,7 @@ <h3 id="_getting_set_up">Getting Set Up</h3>
45
45
Once this step is done, Maven will automatically acquire and use the JGit libraries that you’ll need.</p>
46
46
</div>
47
47
<divclass="paragraph">
48
-
<p>If you would rather manage the binary dependencies yourself, pre-built JGit binaries are available from <ahref="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 <ahref="https://projects.eclipse.org/projects/technology.jgit/downloads" class="bare" target="_blank" rel="noopener">https://projects.eclipse.org/projects/technology.jgit/downloads</a>.
49
49
You can build them into your project by running a command like this:</p>
<p>The official JGit API documentation can be found at <ahref="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 <ahref="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>.
204
204
These are standard Javadoc, so your favorite JVM IDE will be able to install them locally, as well.</p>
0 commit comments