This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new c57d56ef [MSITE-1035] use jquery as example js in site descriptor
(#229)
c57d56ef is described below
commit c57d56ef3151753ca9462a0a9c776436cfa866e8
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Mar 11 09:05:28 2025 +0100
[MSITE-1035] use jquery as example js in site descriptor (#229)
---
src/site/apt/examples/sitedescriptor.apt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/apt/examples/sitedescriptor.apt
b/src/site/apt/examples/sitedescriptor.apt
index 10fab2b1..673f7e56 100644
--- a/src/site/apt/examples/sitedescriptor.apt
+++ b/src/site/apt/examples/sitedescriptor.apt
@@ -237,7 +237,7 @@ Configuring the Site Descriptor
<body>
...
<head>
- <![CDATA[<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>]]>
+ <![CDATA[<script src="/js/jquery.js" type="text/javascript"></script>]]>
</head>
...
</body>