diff --git a/doc/adr/14-11-2024-truncate.md b/doc/adr/2024-11-14-truncate.md
similarity index 100%
rename from doc/adr/14-11-2024-truncate.md
rename to doc/adr/2024-11-14-truncate.md
diff --git a/doc/adr/README.md b/doc/adr/README.md
index be77675f0b5a4a30b715900f140966df9739d821..1ccadeb0d14e2742e7fa9352e8a934b624d1d0e5 100644
--- a/doc/adr/README.md
+++ b/doc/adr/README.md
@@ -26,7 +26,7 @@ Some signs that you might need an ADR:
 
 ## How to propose an Architectural Decision
 
-Make a copy of [adr-template](./adr-template.md) in this directory. Rename it to `{creation-date}-{adr-title}.md` (e.g. `01-01-2024-plugins.md`).
+Make a copy of [adr-template](./adr-template.md) in this directory. Rename it to `{creation-date}-{adr-title}.md` (e.g. `2024-09-28-plugins.md`).
 We use the date so it's possible to sort them correctly by file name. 
 
 Fill the sections that you find relevant for the discussion. Feel free to add additional sections if needed.