You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/12/09 05:16:59 UTC

[groovy-website] branch asf-site updated: fix some broken links

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 20ea957  fix some broken links
20ea957 is described below

commit 20ea95723c951c58a7c302d1be7c4f11140ec0fd
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Dec 9 15:16:47 2019 +1000

    fix some broken links
---
 site/src/site/releasenotes/groovy-1.5.adoc | 2 +-
 site/src/site/releasenotes/groovy-1.6.adoc | 2 +-
 site/src/site/releasenotes/groovy-2.1.adoc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/src/site/releasenotes/groovy-1.5.adoc b/site/src/site/releasenotes/groovy-1.5.adoc
index 0cf419f..a8ce51b 100644
--- a/site/src/site/releasenotes/groovy-1.5.adoc
+++ b/site/src/site/releasenotes/groovy-1.5.adoc
@@ -130,7 +130,7 @@ section.
 === Annotations
 
 As shown in
-the http://docs.jboss.com/seam/1.3.0.ALPHA/reference/en/html/ch10.html[documentation
+the https://docs.jboss.org/seam/2.3.1.Final/reference/html/groovy.html[documentation
 of JBoss Seam] which supports Groovy for writing its entities,
 controllers and components, annotations like *@Entity, @Id,
 @Override* and others can be used to decorate your beans:
diff --git a/site/src/site/releasenotes/groovy-1.6.adoc b/site/src/site/releasenotes/groovy-1.6.adoc
index 0e89ceb..5fdbdf5 100644
--- a/site/src/site/releasenotes/groovy-1.6.adoc
+++ b/site/src/site/releasenotes/groovy-1.6.adoc
@@ -78,7 +78,7 @@ faster the compilation will be.
 
 However, the most noticeable changes will be in the general runtime
 performance improvements of Groovy. We used several benchmarks from
-the link:http://shootout.alioth.debian.org/[Great Language Shootout] to
+the link:https://salsa.debian.org/benchmarksgame-team/archive-alioth-benchmarksgame/tree/master/contributed-source-code/shootout[Great Language Shootout] to
 measure our progress. On those we selected, compared to the old Groovy
 1.5.x line, the*performance improvements ranged from 150% to 460%*.
 Micro-benchmarks obviously rarely reflect the kind of code you have in
diff --git a/site/src/site/releasenotes/groovy-2.1.adoc b/site/src/site/releasenotes/groovy-2.1.adoc
index 187eb20..76efec5 100644
--- a/site/src/site/releasenotes/groovy-2.1.adoc
+++ b/site/src/site/releasenotes/groovy-2.1.adoc
@@ -44,7 +44,7 @@ parallel collections, actors, dataflow
 support, link:http://www.jroller.com/vaclav/entry/gpars_actors_and_dataflow_for[Google App Engine support], etc.
 
 Be sure to check
-the link:http://www.jroller.com/vaclav/entry/i_like_the_smell_of[release announcement] and read the “what’s new section”
+the link:https://web.archive.org/web/20170408172729/http://www.jroller.com/vaclav/entry/i_like_the_smell_of[release announcement] and read the “what’s new section”
 of the GPars user guide.
 You can also have a look at the
 detailed link:https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=17007[JIRA release notes].