Skip to content

Commit c379caa

Browse files
herausnicoll
authored andcommitted
Fix sample links
Closes spring-projectsgh-3844
1 parent bb92387 commit c379caa

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

spring-boot-samples/README.adoc

+9-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-- A production features sample with no web application
1717
* link:spring-boot-sample-actuator-log4j[spring-boot-sample-actuator-log4j]
1818
-- A production features sample using log4j for logging (instead of logback)
19-
* link:spring-boot-sample-cache-ehcache[spring-boot-sample-cache]
19+
* link:spring-boot-sample-cache[spring-boot-sample-cache]
2020
-- A web sample that uses Spring's cache abstraction
2121
* link:spring-boot-sample-web-ui[spring-boot-sample-web-ui]
2222
-- A thymeleaf web application
@@ -30,9 +30,9 @@
3030
-- A web application using native Groovy templates
3131
* link:spring-boot-sample-web-jsp[spring-boot-sample-web-jsp]
3232
-- A web application using JSP templates
33-
* link:spring-boot-sample-web-tomcat8-jsp[spring-boot-sample-tomcat8-jsp]
33+
* link:spring-boot-sample-web-tomcat-jsp[spring-boot-sample-tomcat-jsp]
3434
-- A web application using JSP templates with Tomcat 8
35-
* link:spring-boot-sample-web-tomcat-multi-connectors[spring-boot-sample-tomcat-multi-connectors]
35+
* link:spring-boot-sample-tomcat-multi-connectors[spring-boot-sample-tomcat-multi-connectors]
3636
-- A web application using multiple connectors in tomcat, showing how to customize the Tomcat server
3737
* link:spring-boot-sample-web-secure[spring-boot-sample-web-secure]
3838
-- A web application with typical Security configuration enabling a login form
@@ -44,8 +44,12 @@
4444
-- example showing a "raw" `Servlet` returning plaintext content
4545
* link:spring-boot-sample-ws[spring-boot-sample-ws]
4646
-- A simple contract-first SOAP web service with Spring Web Services
47-
* link:spring-boot-sample-websocket[spring-boot-sample-websocket]
48-
-- A web application with Websocket support on the client and server
47+
* link:spring-boot-sample-websocket-jetty[spring-boot-sample-websocket-jetty]
48+
-- A web application with Websocket support on Jetty server
49+
* link:spring-boot-sample-websocket-tomcat[spring-boot-sample-websocket-tomcat]
50+
-- A web application with Websocket support on Tomcat server
51+
* link:spring-boot-sample-websocket-undertow[spring-boot-sample-websocket-undertow]
52+
-- A web application with Websocket support on Undertow server
4953
* link:spring-boot-sample-flyway[spring-boot-sample-flyway]
5054
-- Example showing database migrations with Flyway
5155
* link:spring-boot-sample-liquibase[spring-boot-sample-liquibase]

0 commit comments

Comments
 (0)