This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
The following commit(s) were added to refs/heads/master by this push:
new 464ff05281e Add link to latest documentation in 404 page
464ff05281e is described below
commit 464ff05281e03058b3d561fda8bbfaa23e775c1f
Author: James Fredley <[email protected]>
AuthorDate: Thu Nov 6 15:51:36 2025 -0500
Add link to latest documentation in 404 page
---
pages/404.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/pages/404.html b/pages/404.html
index 55677cb2eac..941ef9a422b 100644
--- a/pages/404.html
+++ b/pages/404.html
@@ -16,6 +16,7 @@ CSS: /stylesheets/support.css
<ul>
<li>Check the URL for typing errors</li>
<li>Return to the <a href="/">home page</a></li>
+ <li>Read the <a href="/docs/latest/">latest documentation</a></li>
<li>Visit our <a href="/learning.html">learning resources</a></li>
<li>Explore the <a href="/community.html">Grails community</a></li>
</ul>