@@ -1190,8 +1190,8 @@ The following `DateFormatter` is an example `Formatter` implementation:
|
||||
----
|
||||
====
|
||||
|
||||
The Spring team welcomes community-driven `Formatter` contributionsSee
|
||||
https://jira.spring.io/browse/SPR[jira.spring.io] to contribute.
|
||||
The Spring team welcomes community-driven `Formatter` contributions. See
|
||||
https://github.com/spring-projects/spring-framework/issues[GitHub Issues] to contribute.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4983,7 +4983,7 @@ You can extend Spring JDBC embedded database support in two ways:
|
||||
connection pool to manage embedded database connections.
|
||||
|
||||
We encourage you to contribute extensions to the Spring community at
|
||||
https://jira.spring.io/browse/SPR[jira.spring.io].
|
||||
https://github.com/spring-projects/spring-framework/issues[GitHub Issues].
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@ clean code structure with no circular dependencies between packages.
|
||||
For how-to questions or diagnosing or debugging issues, we suggest using StackOverflow,
|
||||
and we have a https://spring.io/questions[questions page] that lists the suggested tags to use.
|
||||
If you're fairly certain that there is a problem in the Spring Framework or would like
|
||||
to suggest a feature, please use the https://jira.spring.io/browse/spr[JIRA issue tracker].
|
||||
to suggest a feature, please use the https://github.com/spring-projects/spring-framework/issues[GitHub Issues].
|
||||
|
||||
If you have a solution in mind or a suggested fix, you can submit a pull request on
|
||||
https://github.com/spring-projects/spring-framework[Github]. However, please keep in mind
|
||||
|
||||
4
src/docs/dist/readme.txt
vendored
4
src/docs/dist/readme.txt
vendored
@@ -1,8 +1,8 @@
|
||||
Spring Framework version ${version}
|
||||
=====================================================================================
|
||||
|
||||
To find out what has changed since earlier releases, see the 'Change Log' section at
|
||||
https://jira.spring.io/browse/SPR
|
||||
To find out what has changed since earlier releases, see the release notes at
|
||||
https://github.com/spring-projects/spring-framework/releases
|
||||
|
||||
Please consult the documentation located within the 'docs/spring-framework-reference'
|
||||
directory of this release and also visit the official Spring Framework home at
|
||||
|
||||
Reference in New Issue
Block a user