From dea000a04f72fbd960bbcf838076c1e2d2b92e88 Mon Sep 17 00:00:00 2001 From: bansalbhumika13-beep Date: Tue, 16 Sep 2025 17:12:38 +0530 Subject: [PATCH] docs: update README with note about legacy presentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Speakerdeck presentation linked in the README refers to a pre–Spring Boot version of Petclinic. Added a note clarifying that the slides are outdated and pointing readers to the repository/docs for the current Spring Boot–based implementation. Signed-off-by: bansalbhumika13-beep --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f865c56f2d..282185b2ef5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,12 @@ ## Understanding the Spring Petclinic application with a few diagrams -[See the presentation here](https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application) +See the presentation here: +[Spring Petclinic Sample Application (legacy slides)](https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application?slide=20) + +> **Note:** These slides refer to a legacy, pre–Spring Boot version of Petclinic and may not reflect the current Spring Boot–based implementation. +> For up-to-date information, please refer to this repository and its documentation. + ## Run Petclinic locally