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 2017/05/10 22:26:35 UTC

[07/50] [abbrv] groovy git commit: fixes groovy/groovy-website#100

fixes groovy/groovy-website#100


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

Branch: refs/heads/parrot
Commit: a51162f9c2ddd428aabc5eb729e5ef5a99751142
Parents: cbd7413
Author: John Wagenleitner <jw...@apache.org>
Authored: Sun Apr 30 10:30:46 2017 -0700
Committer: paulk <pa...@asert.com.au>
Committed: Thu May 11 08:04:48 2017 +1000

----------------------------------------------------------------------
 src/spec/doc/core-syntax.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/a51162f9/src/spec/doc/core-syntax.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-syntax.adoc b/src/spec/doc/core-syntax.adoc
index a0815d0..6d3bf45 100644
--- a/src/spec/doc/core-syntax.adoc
+++ b/src/spec/doc/core-syntax.adoc
@@ -947,7 +947,7 @@ include::{projectdir}/src/spec/test/SyntaxTest.groovy[tags=variable_store_boolea
 `true` and `false` are the only two primitive boolean values.
 But more complex boolean expressions can be represented using <<_bitwise_and_logical_operators,logical operators>>.
 
-In addition, Groovy has <<_the_groovy_truth,special rules>> (often referred to as _Groovy Truth_)
+In addition, Groovy has <<core-semantics.adoc#Groovy-Truth,special rules>> (often referred to as _Groovy Truth_)
 for coercing non-boolean objects to a boolean value.
 
 == Lists