diff --git a/spring-batch-docs/modules/ROOT/pages/job/configuring.adoc b/spring-batch-docs/modules/ROOT/pages/job/configuring.adoc
index 57f9bbb48c..c7aaa78828 100644
--- a/spring-batch-docs/modules/ROOT/pages/job/configuring.adoc
+++ b/spring-batch-docs/modules/ROOT/pages/job/configuring.adoc
@@ -251,7 +251,7 @@ it with its own list of listeners to produce a
-
+
@@ -259,12 +259,12 @@ it with its own list of listeners to produce a
-
+
----
[role="xmlContent"]
-See the section on <>
+See the section on xref:step/chunk-oriented-processing/inheriting-from-parent.adoc[Inheriting from a Parent Step]
for more detailed information.
[[jobparametersvalidator]]
diff --git a/spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/inheriting-from-parent.adoc b/spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/inheriting-from-parent.adoc
index 00b59bf54a..fd56acbfb9 100644
--- a/spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/inheriting-from-parent.adoc
+++ b/spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/inheriting-from-parent.adoc
@@ -93,7 +93,7 @@ In the following example, the `Step` "concreteStep3", is created with two listen
-
+
@@ -102,7 +102,7 @@ In the following example, the `Step` "concreteStep3", is created with two listen
-
+
----