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 7bb545ea6aa1ba25baf5bcb358300e19770b517e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 21 19:45:52 2019 +1000

    fix broken asciidoc reference
---
 subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc 
b/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc
index 84a9cce..9796077 100644
--- a/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc
+++ b/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc
@@ -109,7 +109,7 @@ Having a XML like the following:
 
 [source,groovy]
 ----
-include::{rootProjectDir}/subprojects/groovy-xml/src/spec/test/UserGuideDOMCategory.groovy[tags=testXML,indent=0]
+include::{rootProjectDir}/subprojects/groovy-xml/src/spec/test/UserGuideDOMCategoryTest.groovy[tags=testXML,indent=0]
 ----
 
 You can parse it using `groovy.xml.DOMBuilder` and
@@ -117,7 +117,7 @@ You can parse it using `groovy.xml.DOMBuilder` and
 
 [source,groovy]
 ----
-include::{rootProjectDir}/subprojects/groovy-xml/src/spec/test/UserGuideDOMCategory.groovy[tags=testExample1,indent=0]
+include::{rootProjectDir}/subprojects/groovy-xml/src/spec/test/UserGuideDOMCategoryTest.groovy[tags=testExample1,indent=0]
 ----
 
 <1> Parsing the XML

Reply via email to