Skip to content

Commit 8b25775

Browse files
committed
admin-guide: Fix links to OAuth2 docs
[Why] They are absolute links (incorrect) and use "rabbitmq.com" as the domain name (instead of "www.rabbitmq.com"). They would break as soon as the 3.12.x documentation is archived to previous.rabbitmq.com.
1 parent 34fcb2e commit 8b25775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/admin-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ see <a href="./documentation.html">All Documentation Guides</a>.
9292
* [Virtual Hosts](vhosts.html)
9393
* [Credentials and Passwords](passwords.html)
9494
* x509 (TLS) [Certificate-based client authentication](https://github.com/rabbitmq/rabbitmq-server/tree/v3.12.x/deps/rabbitmq_auth_mechanism_ssl)
95-
* [OAuth 2 Support](https://rabbitmq.com/oauth2.html)
96-
* [OAuth 2 Examples](https://rabbitmq.com/oauth2-examples.html) for common identity providers
95+
* [OAuth 2 Support](oauth2.html)
96+
* [OAuth 2 Examples](oauth2-examples.html) for common identity providers
9797
* [LDAP](ldap.html)
9898
* [Validated User ID](validated-user-id.html)
9999
* [Authentication Failure Notifications](auth-notification.html)

0 commit comments

Comments
 (0)