Replace more references to issue tracker

Fixes #22254
This commit is contained in:
Rossen Stoyanchev
2019-01-17 17:08:39 -05:00
parent 6ca3884759
commit bdac937a43
10 changed files with 16 additions and 16 deletions

View File

@@ -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.

View File

@@ -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].

View File

@@ -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

View File

@@ -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