Skip to content

Commit 346445e

Browse files
committed
Fix broken links to XSD schemas in ref docs
Closes gh-26129
1 parent e238c8a commit 346445e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/docs/asciidoc/core/core-appendix.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,8 @@ integrate such parsers into the Spring IoC container.
666666
To facilitate authoring configuration files that use a schema-aware XML editor,
667667
Spring's extensible XML configuration mechanism is based on XML Schema. If you are not
668668
familiar with Spring's current XML configuration extensions that come with the standard
669-
Spring distribution, you should first read the appendix entitled <<appendix.adoc#xsd-configuration>>.
669+
Spring distribution, you should first read the previous section on <<xsd-schemas>>.
670+
670671

671672
To create new XML configuration extensions:
672673

src/docs/asciidoc/languages/dynamic-languages.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ container. Using the dynamic-language-backed beans with a plain `BeanFactory`
9292
implementation is supported, but you have to manage the plumbing of the Spring internals
9393
to do so.
9494
95-
For more information on schema-based configuration, see <<appendix.adoc#xsd-configuration,
95+
For more information on schema-based configuration, see <<xsd-schemas-lang,
9696
XML Schema-based Configuration>>.
9797
====
9898

@@ -176,7 +176,7 @@ of your dynamic language source files.
176176
The final step in the list in the <<dynamic-language-beans-concepts, preceding section>>
177177
involves defining dynamic-language-backed bean definitions, one for each bean that you
178178
want to configure (this is no different from normal JavaBean configuration). However,
179-
instead of specifying the fully qualified classname of the class that is to be
179+
instead of specifying the fully qualified class name of the class that is to be
180180
instantiated and configured by the container, you can use the `<lang:language/>`
181181
element to define the dynamic language-backed bean.
182182

@@ -848,7 +848,7 @@ The `lang` elements in Spring XML configuration deal with exposing objects that
848848
written in a dynamic language (such as Groovy or BeanShell) as beans in the Spring container.
849849

850850
These elements (and the dynamic language support) are comprehensively covered in
851-
<<integration.adoc#dynamic-language, Dynamic Language Support>>. See that chapter
851+
<<dynamic-language, Dynamic Language Support>>. See that section
852852
for full details on this support and the `lang` elements.
853853

854854
To use the elements in the `lang` schema, you need to have the following preamble at the

0 commit comments

Comments
 (0)