Skip to content

Commit 27a4757

Browse files
committed
Harmonize links to Spring Framework reference documentation
Closes gh-1663
1 parent 45b93dc commit 27a4757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-ws-docs/src/docs/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Arjen Poutsma, Rick Evans, Tareq Abed Rabbo, Greg Turnquist, Jay Bryant, Corneil
1010
:docs-site: https://docs.spring.io
1111
:spring-framework-docs-root: {docs-site}/spring-framework/docs
1212
:spring-framework-api: {spring-framework-docs-root}/{spring-framework-version}/javadoc-api/org/springframework
13-
:spring-framework-docs: https://docs.spring.io/spring-framework/reference
13+
:spring-framework-docs: https://docs.spring.io/spring-framework/reference/6.1
1414
:spring-ws-docs-root: {docs-site}/spring-ws/docs
1515
:spring-ws-api: {spring-ws-docs-root}/{spring-ws-version}/api/org/springframework/ws
1616

spring-ws-docs/src/docs/asciidoc/server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ In the next couple of sections, a more elaborate description of the `@Endpoint`
687687
Endpoints, like any other Spring Bean, are scoped as a singleton by default.
688688
That is, one instance of the bean definition is created per container.
689689
Being a singleton implies that more than one thread can use it at the same time, so the endpoint has to be thread safe.
690-
If you want to use a different scope, such as prototype, see the {spring-framework-docs}/core/beans/factory-scopes.html#beans-factory-scopes-other-injection[Spring Reference documentation].
690+
If you want to use a different scope, such as prototype, see the {spring-framework-docs}/core/beans/factory-scopes.html#beans-factory-scopes-other-injection[Spring Framework reference documentation].
691691
====
692692

693693
Note that all abstract base classes provided in Spring-WS are thread safe, unless otherwise indicated in the class-level Javadoc.

0 commit comments

Comments
 (0)