From a1e95456143704db688602a2d435a5859b26f125 Mon Sep 17 00:00:00 2001 From: Johannes Dewender Date: Mon, 11 Apr 2016 13:36:58 +0200 Subject: [PATCH 1/2] 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. --- book/B-embedding-git/sections/jgit.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/B-embedding-git/sections/jgit.asc b/book/B-embedding-git/sections/jgit.asc index 9a86b34ea..3d18a92c4 100644 --- a/book/B-embedding-git/sections/jgit.asc +++ b/book/B-embedding-git/sections/jgit.asc @@ -155,7 +155,7 @@ Many other commands are available through the Git class, including but not limit This is only a small sampling of JGit's full capabilities. If you're interested and want to learn more, here's where to look for information and inspiration: -* The official JGit API documentation is available online at http://download.eclipse.org/jgit/docs/latest/apidocs[]. +* The official JGit API documentation is available online at http://download.eclipse.org/jgit/site/4.3.0.201604071810-r/apidocs/[]. These are standard Javadoc, so your favorite JVM IDE will be able to install them locally, as well. * The JGit Cookbook at https://github.com/centic9/jgit-cookbook[] has many examples of how to do specific tasks with JGit. * There are several good resources pointed out at http://stackoverflow.com/questions/6861881[]. From cd8beda7984d63e220e51d6fa009f516ed4a575d Mon Sep 17 00:00:00 2001 From: Johannes Dewender Date: Wed, 6 Sep 2017 17:03:40 +0200 Subject: [PATCH 2/2] use generic/working JGit javadoc link --- book/B-embedding-git/sections/jgit.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/B-embedding-git/sections/jgit.asc b/book/B-embedding-git/sections/jgit.asc index 3d18a92c4..8ce21430a 100644 --- a/book/B-embedding-git/sections/jgit.asc +++ b/book/B-embedding-git/sections/jgit.asc @@ -155,7 +155,7 @@ Many other commands are available through the Git class, including but not limit This is only a small sampling of JGit's full capabilities. If you're interested and want to learn more, here's where to look for information and inspiration: -* The official JGit API documentation is available online at http://download.eclipse.org/jgit/site/4.3.0.201604071810-r/apidocs/[]. +* The official JGit API documentation can be found at http://www.eclipse.org/jgit/documentation/[]. These are standard Javadoc, so your favorite JVM IDE will be able to install them locally, as well. * The JGit Cookbook at https://github.com/centic9/jgit-cookbook[] has many examples of how to do specific tasks with JGit. * There are several good resources pointed out at http://stackoverflow.com/questions/6861881[].