Repository: tomee-site-generator
Updated Branches:
  refs/heads/master 36b591fcb -> ba1e45f43


TOMEE-2312 - Link to examples in footer not found .


Project: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/tomee-site-generator/commit/073415e3
Tree: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/tree/073415e3
Diff: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/diff/073415e3

Branch: refs/heads/master
Commit: 073415e3538d73d7bb4e2d6bc2b6462c4c3a585b
Parents: a2dc9bf
Author: Daniel Dias <[email protected]>
Authored: Mon Dec 3 00:51:51 2018 -0200
Committer: Daniel Dias <[email protected]>
Committed: Mon Dec 3 00:51:51 2018 -0200

----------------------------------------------------------------------
 src/main/jbake/templates/footer.gsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/073415e3/src/main/jbake/templates/footer.gsp
----------------------------------------------------------------------
diff --git a/src/main/jbake/templates/footer.gsp 
b/src/main/jbake/templates/footer.gsp
index 76d185d..57b6c63 100755
--- a/src/main/jbake/templates/footer.gsp
+++ b/src/main/jbake/templates/footer.gsp
@@ -22,7 +22,7 @@
                                                        </ul>
                                                </div>
                                                <div class="col-sm-3 
text-center-mobile">
-                                                       <h5><a href="<%if 
(content.rootpath) {%>${content.rootpath}<% } else { %><% }%>examples.html" 
class="white">Examples</a></h5>
+                                                       <h5><a href="<%if 
(content.rootpath) {%>${content.rootpath}<% } else { %><% }%>latest/examples/" 
class="white">Examples</a></h5>
                                                        <ul 
class="list-unstyled">
                                                                <li><a 
href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% 
}%>latest/examples/simple-cdi-interceptor.html" class="regular light-white">CDI 
Interceptor</a></li>
                                                                <li><a 
href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% 
}%>latest/examples/rest-cdi.html" class="regular light-white">REST with 
CDI</a></li>

Reply via email to