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 2020/07/06 11:26:10 UTC

[groovy] 10/12: fix asciidoc warnings

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

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

commit 740343bcccae6455f98214adba320bdda377018e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jul 6 20:27:09 2020 +1000

    fix asciidoc warnings
---
 subprojects/groovy-ant/src/spec/doc/ant-builder.adoc     | 4 ++--
 subprojects/groovy-ant/src/spec/doc/groovy-ant-task.adoc | 6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/subprojects/groovy-ant/src/spec/doc/ant-builder.adoc b/subprojects/groovy-ant/src/spec/doc/ant-builder.adoc
index 480c94c..0d797f1 100644
--- a/subprojects/groovy-ant/src/spec/doc/ant-builder.adoc
+++ b/subprojects/groovy-ant/src/spec/doc/ant-builder.adoc
@@ -19,13 +19,13 @@
 
 //////////////////////////////////////////
 
-[[title-heading]]
+[[antbuilder]]
 = AntBuilder
 
 [NOTE]
 Here we describe `AntBuilder` which lets you write Ant build scripts
 in Groovy rather than XML. You may also be interested in using Groovy
-from Ant using the <<groovy-ant-task.adoc#title-heading,Groovy Ant task>>.
+from Ant using the <<groovy-ant-task.adoc#ThegroovyAntTask-groovyc,Groovy Ant task>>.
 
 Despite being primarily a build tool, http://ant.apache.org/[Apache Ant] is
 a very practical tool for manipulating files including zip files, copy, resource processing, and more.
diff --git a/subprojects/groovy-ant/src/spec/doc/groovy-ant-task.adoc b/subprojects/groovy-ant/src/spec/doc/groovy-ant-task.adoc
index 6057f70..2f8f973 100644
--- a/subprojects/groovy-ant/src/spec/doc/groovy-ant-task.adoc
+++ b/subprojects/groovy-ant/src/spec/doc/groovy-ant-task.adoc
@@ -19,16 +19,18 @@
 
 //////////////////////////////////////////
 
-[[title-heading]]
 = The <groovy> Ant Task
 
+[[ThegroovyAntTask-groovyc]]
+== `<groovy>`
+
 [NOTE]
 Here we describe an Ant task for using Groovy
 from within an Ant build file.
 You may also be interested in
 Ant's built-in https://ant.apache.org/manual/Tasks/script.html[`script`] task
 which supports Groovy and other languages, or
-<<ant-builder.adoc#title-heading,`AntBuilder`>> which lets you write Ant build scripts
+<<ant-builder.adoc#antbuilder,`AntBuilder`>> which lets you write Ant build scripts
 in Groovy rather than XML.
 
 Executes a series of Groovy statements from http://ant.apache.org/[Apache Ant].