fix a couple of broken links

Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/252a77dc
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/252a77dc
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/252a77dc

Branch: refs/heads/GROOVY_2_5_X
Commit: 252a77dcc514f4b25076b4d56adf4ccf02a615ab
Parents: b5d3790
Author: Paul King <pa...@asert.com.au>
Authored: Sat Oct 20 15:16:53 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sat Oct 20 16:38:26 2018 +1000

----------------------------------------------------------------------
 subprojects/groovy-bsf/src/spec/doc/integrating-bsf.adoc | 2 +-
 subprojects/groovy-xml/src/spec/doc/stax-builder.adoc    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/252a77dc/subprojects/groovy-bsf/src/spec/doc/integrating-bsf.adoc
----------------------------------------------------------------------
diff --git a/subprojects/groovy-bsf/src/spec/doc/integrating-bsf.adoc 
b/subprojects/groovy-bsf/src/spec/doc/integrating-bsf.adoc
index 3cd84d3..9267d1b 100644
--- a/subprojects/groovy-bsf/src/spec/doc/integrating-bsf.adoc
+++ b/subprojects/groovy-bsf/src/spec/doc/integrating-bsf.adoc
@@ -30,7 +30,7 @@ normally hidden away by the BSF APIs. You just treat Groovy 
like any of the othe
 API.
 
 NOTE: Since Groovy has its own native support for integration with Java, you 
only need to worry about BSF if you also
-want to also be able to call other languages, e.g. http://jruby.org/[JRuby] or 
if you want to remain very
+want to also be able to call other languages, e.g. 
https://www.jruby.org/[JRuby] or if you want to remain very
 loosely coupled from your scripting language.
 
 == Getting started

http://git-wip-us.apache.org/repos/asf/groovy/blob/252a77dc/subprojects/groovy-xml/src/spec/doc/stax-builder.adoc
----------------------------------------------------------------------
diff --git a/subprojects/groovy-xml/src/spec/doc/stax-builder.adoc 
b/subprojects/groovy-xml/src/spec/doc/stax-builder.adoc
index d452055..9edad3a 100644
--- a/subprojects/groovy-xml/src/spec/doc/stax-builder.adoc
+++ b/subprojects/groovy-xml/src/spec/doc/stax-builder.adoc
@@ -30,7 +30,7 @@ Here is a simple example using the StAX implementation of 
Java to generate XML:
 
include::{rootProjectDir}/subprojects/groovy-xml/src/spec/test/StaxBuilderTest.groovy[tags=stax_builder,indent=0]
 ----
 
-An external library such as http://jettison.codehaus.org/[Jettison] can be 
used as follows:
+An external library such as 
https://github.com/jettison-json/jettison[Jettison] can be used as follows:
 
 [source,groovy]
 ----

Reply via email to