You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2018/12/06 01:25:30 UTC

[1/2] tomee-site-generator git commit: TOMEE-2312 - Link to examples in footer not found .

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 <da...@gmail.com>
Authored: Mon Dec 3 00:51:51 2018 -0200
Committer: Daniel Dias <da...@gmail.com>
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>


[2/2] tomee-site-generator git commit: Merge branch 'TOMEE-2312' of github.com:Daniel-Dos/tomee-site-generator

Posted by db...@apache.org.
Merge branch 'TOMEE-2312' of github.com:Daniel-Dos/tomee-site-generator


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/ba1e45f4
Tree: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/tree/ba1e45f4
Diff: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/diff/ba1e45f4

Branch: refs/heads/master
Commit: ba1e45f4364dc9bfd98fbc02930fe755be7418d7
Parents: 36b591f 073415e
Author: David Blevins <da...@gmail.com>
Authored: Wed Dec 5 17:20:59 2018 -0800
Committer: David Blevins <da...@gmail.com>
Committed: Wed Dec 5 17:20:59 2018 -0800

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