This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7bc207f Add base tag script to documents page.
7bc207f is described below
commit 7bc207f9e911e44c097133de0e072d2ffc094aa2
Author: JamesBognar <[email protected]>
AuthorDate: Fri Mar 9 07:55:16 2018 -0500
Add base tag script to documents page.
---
content/documentation.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/content/documentation.html b/content/documentation.html
index d04b21b..4488848 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -22,7 +22,11 @@
height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
- <h5 class='toc'>Documentation</h5>
+ <script type="text/javascript">
+ document.head.innerHTML = document.head.innerHTML + "<base
href='http://juneau.apache.org/site/apidocs/overview-summary.html'/>";
+ </script>
+
+ <h5 class='toc'>Documentation</h5>
<p>
All user documentation in Juneau is provided through Javadocs.
</p>
--
To stop receiving notification emails like this one, please contact
[email protected].