This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis-website.git
The following commit(s) were added to refs/heads/main by this push:
new 13a296c Small test fix for new console doc scaffolding
13a296c is described below
commit 13a296c308e0a220b5bca2bc9c204fa89b39b82e
Author: Justin Bertram <[email protected]>
AuthorDate: Sun Jan 18 20:01:29 2026 -0600
Small test fix for new console doc scaffolding
---
src/components/artemis-console/newdocs/.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/artemis-console/newdocs/.htaccess
b/src/components/artemis-console/newdocs/.htaccess
index 2495a98..81784aa 100644
--- a/src/components/artemis-console/newdocs/.htaccess
+++ b/src/components/artemis-console/newdocs/.htaccess
@@ -1,4 +1,4 @@
RewriteEngine On
-RewriteRule ^latest$ /components/artemis-console/newdocs/1.5.0 [L]
+RewriteRule ^latest$ /components/artemis-console/newdocs/1.5.0/ [L]
RewriteRule ^latest/(.*)$ /components/artemis-console/newdocs/1.5.0/$1 [L]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]