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/incubator-netbeans-mavenutils.git
The following commit(s) were added to refs/heads/master by this push:
new 5ae3cfe images link should be relative
5ae3cfe is described below
commit 5ae3cfe37f2b59591107020c47dc59d611172e82
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Jan 16 23:20:52 2019 +0100
images link should be relative
---
webskin/src/main/resources/META-INF/maven/site.vm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/webskin/src/main/resources/META-INF/maven/site.vm
b/webskin/src/main/resources/META-INF/maven/site.vm
index 2691d90..60a214a 100644
--- a/webskin/src/main/resources/META-INF/maven/site.vm
+++ b/webskin/src/main/resources/META-INF/maven/site.vm
@@ -27,7 +27,7 @@
<body>
<div class="top-bar" id="responsive-menu">
<div class='top-bar-left'>
- <a class='title' href="http://netbeans.apache.org"><img
src='/images/apache-netbeans.svg' style='padding: 8px; height: 48px;'>Apache
NetBeans (incubating)</a>
+ <a class="title" href="http://netbeans.apache.org"><img
src="./images/apache-netbeans.svg" style="padding: 8px; height: 48px;">Apache
NetBeans (incubating)</a>
</div>
<div class="top-bar-right">
<ul class="vertical medium-horizontal menu" style="right: 90px;"
data-responsive-menu="drilldown medium-dropdown">
@@ -76,7 +76,7 @@ $bodyContent
<div class='grid-x grid-padding-x'>
<div class='large-auto cell text-center'>
<a href="https://www.apache.org/">
- <img style="width: 320px" title="Apache Software Foundation"
src="/images/asf_logo_wide.svg" />
+ <img style="width: 320px" title="Apache Software Foundation"
src="./images/asf_logo_wide.svg" />
</a>
</div>
<div class='large-auto cell text-center'>
@@ -90,7 +90,7 @@ $bodyContent
<div class="footer-disclaimer-content">
<p>Copyright © 2017-2018 <a href="https://www.apache.org">The
Apache Software Foundation</a>.</p>
<p>Licensed under the Apache <a
href="https://www.apache.org/licenses/">license</a>, version 2.0</p>
- <p><a href="https://incubator.apache.org/" alt="Apache Incubator"><img
src='/images/incubator_feather_egg_logo_bw_crop.png' title='Apache
Incubator'></img></a></p>
+ <p><a href="https://incubator.apache.org/" alt="Apache Incubator"><img
src="./images/incubator_feather_egg_logo_bw_crop.png" title="Apache Incubator"
/></a></p>
<div style='max-width: 40em; margin: 0 auto'>
<p>Apache NetBeans is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation
is required of all newly accepted projects until a further review indicates
that the infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF projects. While
incubation status is not necessarily a reflection of the completeness or
stability of the code, it does indicate [...]
<p>Apache Incubator, Apache, the Apache feather logo, the Apache
NetBeans logo, and the Apache Incubator project logo are trademarks of <a
href="https://www.apache.org">The Apache Software Foundation</a>.</p>
@@ -103,11 +103,11 @@ $bodyContent
- <script src="/js/vendor/jquery-3.2.1.min.js"></script>
- <script src="/js/vendor/what-input.js"></script>
- <script src="/js/vendor/jquery.colorbox-min.js"></script>
- <script src="/js/vendor/foundation.min.js"></script>
- <script src="/js/netbeans.js"></script>
+ <script src="./js/vendor/jquery-3.2.1.min.js"></script>
+ <script src="./js/vendor/what-input.js"></script>
+ <script src="./js/vendor/jquery.colorbox-min.js"></script>
+ <script src="./js/vendor/foundation.min.js"></script>
+ <script src="./js/netbeans.js"></script>
<script>
$(function(){ $(document).foundation(); });
---------------------------------------------------------------------
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