From commits-return-7560-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Sat Oct 20 08:38:39 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 49D69180679 for ; Sat, 20 Oct 2018 08:38:39 +0200 (CEST) Received: (qmail 25605 invoked by uid 500); 20 Oct 2018 06:38:38 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 25585 invoked by uid 99); 20 Oct 2018 06:38:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Oct 2018 06:38:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7F381DFF85; Sat, 20 Oct 2018 06:38:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulk@apache.org To: commits@groovy.apache.org Date: Sat, 20 Oct 2018 06:38:39 -0000 Message-Id: In-Reply-To: <9e233b59e960446681643636b8b3b148@git.apache.org> References: <9e233b59e960446681643636b8b3b148@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] groovy git commit: fix a couple of broken links 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 Authored: Sat Oct 20 15:16:53 2018 +1000 Committer: Paul King 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] ----