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 2015/10/15 23:25:17 UTC

[2/2] incubator-groovy git commit: fix dead links

fix dead links


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 7951b1b6e0e2c26bcfb63eadae0eec95a674f687
Parents: b321f58
Author: pascalschumacher <pa...@gmx.net>
Authored: Thu Oct 15 23:23:38 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu Oct 15 23:25:02 2015 +0200

----------------------------------------------------------------------
 src/spec/doc/design-pattern-in-groovy.adoc | 2 +-
 src/spec/doc/tools-groovyc.adoc            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7951b1b6/src/spec/doc/design-pattern-in-groovy.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/design-pattern-in-groovy.adoc b/src/spec/doc/design-pattern-in-groovy.adoc
index 2017f01..6d7d257 100644
--- a/src/spec/doc/design-pattern-in-groovy.adoc
+++ b/src/spec/doc/design-pattern-in-groovy.adoc
@@ -78,4 +78,4 @@ include::{projectdir}/{specfolder}/design-pattern-visitor.adoc[leveloffset=+2]
  * _Discusses Visitor, Builder and other Patterns._
 . Brad Appleton (1999). http://www.bradapp.com/docs/pizza-inv.html[Pizza Inversion - a Pattern for Efficient Resource Consumption].
  * _One of the most frequently used patterns by many software engineers!_
-. _Design Patterns in Dynamic Languages_ by Neil Ford. Houston Java User’s Group. Examples in Groovy and Ruby. http://www.hjug.org/present/Neal_Ford-Design_Patterns_in_Dynamic_Languages-slides.pdf
\ No newline at end of file
+. _Design Patterns in Dynamic Languages_ by Neil Ford. Houston Java User’s Group. Examples in Groovy and Ruby. http://www.oracle.com/technetwork/server-storage/ts-4961-159222.pdf
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7951b1b6/src/spec/doc/tools-groovyc.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/tools-groovyc.adoc b/src/spec/doc/tools-groovyc.adoc
index 07c2041..462c738 100644
--- a/src/spec/doc/tools-groovyc.adoc
+++ b/src/spec/doc/tools-groovyc.adoc
@@ -185,7 +185,7 @@ you need to set this flag to true. Defaults to false. |No
 * For path structures see for example
 http://ant.apache.org/manual/using.html#path
 * For usages of the javac task see
-http://ant.apache.org/manual/CoreTasks/javac.html
+https://ant.apache.org/manual/Tasks/javac.html
 * The nested javac task behaves more or less as documented for the
 top-level `javac` task. `srcdir`, `destdir`, `classpath`, `encoding` for the
 nested `javac` task are taken from the enclosing `groovyc` task. If these