This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
The following commit(s) were added to refs/heads/master by this push:
new a41b64d6c fix forgotten path
a41b64d6c is described below
commit a41b64d6cea1d88f26429598218f70c964580f6b
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Oct 6 00:55:29 2022 +0200
fix forgotten path
---
netbeans.apache.org/src/content/templates/page_noaside.gsp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/netbeans.apache.org/src/content/templates/page_noaside.gsp
b/netbeans.apache.org/src/content/templates/page_noaside.gsp
index e04f83898..80830a043 100644
--- a/netbeans.apache.org/src/content/templates/page_noaside.gsp
+++ b/netbeans.apache.org/src/content/templates/page_noaside.gsp
@@ -27,7 +27,7 @@
<html class="no-js" lang="en" dir="ltr">
<%include "templatesparts/head.gsp"%>
<body>
- <%include "menu.gsp"%>
+ <%include "templatesparts/menu.gsp"%>
<div class='grid-container main-content'>
<h1 class="sect0">${content.title}</h1>
${content.body}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists