Skip to content

Commit a1e9545

Browse files
committed
fix jgit javadoc link
Unfortunately there is no generic javadoc link anymore. I linked the latest stable version. The previous link leads to a project page and there is no link to the javadoc on that page.
1 parent e95aba0 commit a1e9545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ 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 is available online at http://download.eclipse.org/jgit/docs/latest/apidocs[].
158+
* The official JGit API documentation is available online at http://download.eclipse.org/jgit/site/4.3.0.201604071810-r/apidocs/[].
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.
161161
* There are several good resources pointed out at http://stackoverflow.com/questions/6861881[].

0 commit comments

Comments
 (0)