From 0a208a49413285e25cdb5feef84effd940067100 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 21 Jun 2020 19:41:56 +0200 Subject: [PATCH] Fix broken link to Stack Overflow tags --- src/docs/asciidoc/overview.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/docs/asciidoc/overview.adoc b/src/docs/asciidoc/overview.adoc index 704a43849c..656a9b092d 100644 --- a/src/docs/asciidoc/overview.adoc +++ b/src/docs/asciidoc/overview.adoc @@ -124,10 +124,11 @@ clean code structure with no circular dependencies between packages. [[overview-feedback]] == Feedback and Contributions -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://github.com/spring-projects/spring-framework/issues[GitHub Issues]. +For how-to questions or diagnosing or debugging issues, we suggest using Stack Overflow. Click +https://stackoverflow.com/questions/tagged/spring+or+spring-mvc+or+spring-aop+or+spring-jdbc+or+spring-transactions+or+spring-annotations+or+spring-jms+or+spring-el+or+spring-test+or+spring+or+spring-remoting+or+spring-orm+or+spring-jmx+or+spring-cache+or+spring-webflux?tab=Newest[here] +for a list of the suggested tags to use on Stack Overflow. 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://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