Skip to content

Commit 68ff7d4

Browse files
stephane-deracophilwebb
authored andcommitted
Fix broken documentation links
Fix links to `actuator-noweb`, `actuator-log4j` and `hornetq` samples. Fixes gh-1613
1 parent 0b50fe4 commit 68ff7d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-samples/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
-- Simple REST service with production features
1111
* link:spring-boot-sample-actuator-ui[spring-boot-sample-actuator-ui]
1212
-- A web UI example with production features
13-
* link:spring-boot-sample-actuator-ui[spring-boot-sample-actuator-noweb]
13+
* link:spring-boot-sample-actuator-noweb[spring-boot-sample-actuator-noweb]
1414
-- A production features sample with no web application
15-
* link:spring-boot-sample-actuator-ui[spring-boot-sample-actuator-log4j]
15+
* link:spring-boot-sample-actuator-log4j[spring-boot-sample-actuator-log4j]
1616
-- A production features sample using log4j for logging (instead of logback)
1717
* link:spring-boot-sample-web-ui[spring-boot-sample-web-ui]
1818
-- A thymeleaf web application
@@ -48,7 +48,7 @@
4848
-- Example showing database migrations with Liquibase
4949
* link:spring-boot-sample-amqp[spring-boot-sample-amqp]
5050
-- Example showing message-oriented application using RabbitMQ
51-
* link:spring-boot-sample-amqp[spring-boot-sample-hornetq]
51+
* link:spring-boot-sample-hornetq[spring-boot-sample-hornetq]
5252
-- Example showing message-oriented application using HornetQ
5353
* link:spring-boot-sample-batch[spring-boot-sample-batch]
5454
-- Define and run a Batch job in a few lines of code

0 commit comments

Comments
 (0)