Skip to content

Commit 264d9fd

Browse files
committed
Merge branch '0.4.x' into 1.0.x
2 parents e134b77 + 0b1e778 commit 264d9fd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Community Support
4-
url: https://stackoverflow.com/questions/tagged/spring-security
5-
about: Please ask and answer questions on StackOverflow with the tag `spring-security`.
4+
url: https://stackoverflow.com/questions/tagged/spring-authorization-server
5+
about: Please ask and answer questions on StackOverflow with the tag `spring-authorization-server`.

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Please report unacceptable behavior to [email protected].
1111
== Using GitHub Issues
1212
We use GitHub issues to track bugs and enhancements.
1313
If you have a general usage question please ask on https://stackoverflow.com[Stack Overflow].
14-
The Spring Security team and the broader community monitor the https://stackoverflow.com/tags/spring-security[`spring-security`] tag.
14+
The Spring Security team and the broader community monitor the https://stackoverflow.com/tags/spring-authorization-server[`spring-authorization-server`] tag.
1515

1616
If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible.
1717
Ideally, that would include a https://stackoverflow.com/help/minimal-reproducible-example[complete & minimal sample project] that reproduces the problem.

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ git clone [email protected]:spring-projects/spring-authorization-server.git
7979
Discover more commands with `./gradlew tasks`.
8080

8181
== Getting Support
82-
Check out the https://stackoverflow.com/questions/tagged/spring-security[Spring Security tags on Stack Overflow].
82+
Check out the https://stackoverflow.com/questions/tagged/spring-authorization-server[Spring Authorization Server tags on Stack Overflow].
8383
https://spring.io/support[Commercial support] is available too.
8484

8585
== Contributing

docs/src/docs/asciidoc/getting-help.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following are some of the best ways to get help:
1717
* Learn the Spring Security basics that Spring Authorization Server builds on. If you are starting out with Spring Security, check the https://spring.io/projects/spring-security#learn[reference documentation] or try one of the https://github.com/spring-projects/spring-security-samples[samples].
1818
* Read through xref:index.adoc[this documentation].
1919
* Try one of our many https://github.com/spring-projects/spring-authorization-server/tree/main/samples[sample applications].
20-
* Ask a question on Stack Overflow with the https://stackoverflow.com/questions/tagged/spring-security[`spring-security`] tag.
20+
* Ask a question on Stack Overflow with the https://stackoverflow.com/questions/tagged/spring-authorization-server[`spring-authorization-server`] tag.
2121
* Report bugs and enhancement requests on https://github.com/spring-projects/spring-authorization-server/issues[GitHub].
2222

2323
NOTE: Spring Authorization Server is open source, including the documentation. If you find problems with the docs or if you want to improve them, please https://github.com/spring-projects/spring-authorization-server[get involved].

0 commit comments

Comments
 (0)