Skip to content

Commit 55b541e

Browse files
authored
Merge pull request #2059 from dscho/fix-jgit-links
Fix broken JGit links
2 parents ece0b7f + a4b1c46 commit 55b541e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(((jgit)))(((Java)))
44
If you want to use Git from within a Java program, there is a fully featured Git library called JGit.
55
JGit is a relatively full-featured implementation of Git written natively in Java, and is widely used in the Java community.
6-
The JGit project is under the Eclipse umbrella, and its home can be found at https://www.eclipse.org/jgit/[^].
6+
The JGit project is under the Eclipse umbrella, and its home can be found at https://projects.eclipse.org/projects/technology.jgit[^].
77

88
==== Getting Set Up
99

@@ -22,7 +22,7 @@ Probably the easiest is to use Maven – the integration is accomplished by addi
2222
The `version` will most likely have advanced by the time you read this; check https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit[^] for updated repository information.
2323
Once this step is done, Maven will automatically acquire and use the JGit libraries that you'll need.
2424

25-
If you would rather manage the binary dependencies yourself, pre-built JGit binaries are available from https://www.eclipse.org/jgit/download[^].
25+
If you would rather manage the binary dependencies yourself, pre-built JGit binaries are available from https://projects.eclipse.org/projects/technology.jgit/downloads[^].
2626
You can build them into your project by running a command like this:
2727

2828
[source,console]
@@ -155,6 +155,6 @@ Many other commands are available through the Git class, including but not limit
155155
This is only a small sampling of JGit's full capabilities.
156156
If you're interested and want to learn more, here's where to look for information and inspiration:
157157

158-
* The official JGit API documentation can be found at https://www.eclipse.org/jgit/documentation[^].
158+
* The official JGit API documentation can be found at https://help.eclipse.org/latest/topic/org.eclipse.egit.doc/help/JGit/User_Guide/User-Guide.html[^].
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.

0 commit comments

Comments
 (0)