Index: src/main/resources/templates/catalog.html
===================================================================
--- src/main/resources/templates/catalog.html	(revision 454bc953f93230e6bd7932164a1ca289da26700f)
+++ src/main/resources/templates/catalog.html	(revision bb896470291edea07c755b1fc19377a757d892f0)
@@ -67,5 +67,5 @@
 
                         <div style="display:flex; gap:8px; align-items:center;">
-                            <a class="btn-outline" th:href="@{/catalog/{id}(id=${m.id})}">Детали</a>
+                            <a class="btn-outline" th:href="@{/catalog/details/{id}(id=${m.id})}">Детали</a>
                             <form th:action="@{/cart/add/{id}(id=${m.id})}" method="post" style="display:inline;">
                                 <input type="hidden" th:if="${_csrf != null}" th:name="${_csrf.parameterName}" th:value="${_csrf.token}">
