Skip to content

Commit

Permalink
Fix dead spring cloud docs link (#3660)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulischulte authored Sep 13, 2024
1 parent cd263d5 commit d9dbc27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NOTE: See also the {github-src}/spring-boot-admin-samples/spring-boot-admin-samp
[[register-client-applications]]
== Registering Client Applications ==

To register your application at the SBA Server, you can either include the SBA Client or use http://projects.spring.io/spring-cloud/spring-cloud.html[Spring Cloud Discovery] (e.g. Eureka, Consul, ...). There is also a <<server#spring-cloud-discovery-static-config,simple option using a static configuration on the SBA Server side>>.
To register your application at the SBA Server, you can either include the SBA Client or use https://spring.io/projects/spring-cloud[Spring Cloud Discovery] (e.g. Eureka, Consul, ...). There is also a <<server#spring-cloud-discovery-static-config,simple option using a static configuration on the SBA Server side>>.

[[register-clients-via-spring-boot-admin]]
=== Spring Boot Admin Client ===
Expand Down

0 comments on commit d9dbc27

Please sign in to comment.