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 5b2c95a  Website updates for Juneau 8.1.3
5b2c95a is described below

commit 5b2c95ae132a66753bd1c4bd60fcf1952f268b8f
Author: JamesBognar <[email protected]>
AuthorDate: Mon Jan 20 10:25:51 2020 -0500

    Website updates for Juneau 8.1.3
---
 content/about.html      | 2 +-
 content/marshall.html   | 4 +++-
 templates/about.html    | 2 +-
 templates/marshall.html | 4 +++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/content/about.html b/content/about.html
index 2d756e3..40c4eea 100644
--- a/content/about.html
+++ b/content/about.html
@@ -38,7 +38,7 @@
                                <td rowspan="4" 
style='text-align:center;font-weight:bold;padding:20px;' 
class='code'>juneau-core</td>
                                <td class='code'><a class='doclink' 
href='http://juneau.apache.org/site/apidocs-8.1.3/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
                                <td>
-                                       A universal toolkit for marshalling 
POJOs to a <a 
href='http://juneau.apache.org/site/apidocs-8.1.3/overview-summary.html#Glossaries.LanguageSupport'>variety
 of content types</a> using a common framework with no external library 
dependencies.
+                                       A universal toolkit for marshalling 
POJOs to a <a class='doclink' 
href='http://juneau.apache.org/site/apidocs-8.1.3/overview-summary.html#Glossaries.LanguageSupport'>variety
 of content types</a> using a common framework with no external library 
dependencies.
                                </td>
                        </tr>
                        <tr class='dark bb'>
diff --git a/content/marshall.html b/content/marshall.html
index c3b2705..38a6032 100644
--- a/content/marshall.html
+++ b/content/marshall.html
@@ -48,7 +48,9 @@
                <p>
                        The <code>juneau-marshall</code> library includes 
easy-to-use and highly customizable serializers and parsers
                        based around a common API.  
-                       See <a 
href='http://juneau.apache.org/site/apidocs-8.1.3/overview-summary.html#Glossaries.LanguageSupport'>here</a>
 for the latest list of language support.
+               </p>
+               <p>
+                       <a class='doclink' 
href='http://juneau.apache.org/site/apidocs-8.1.3/overview-summary.html#Glossaries.LanguageSupport'>Glossary
 &gt; Language Support</a>
                </p>
                <h5 class='section'>Features:</h5>
                <ul class='spaced-list'>
diff --git a/templates/about.html b/templates/about.html
index bc03bf4..a83517b 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -38,7 +38,7 @@
                                <td rowspan="4" 
style='text-align:center;font-weight:bold;padding:20px;' 
class='code'>juneau-core</td>
                                <td class='code'><a class='doclink' 
href='http://juneau.apache.org/site/apidocs-{@property 
juneauVersion}/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
                                <td>
-                                       A universal toolkit for marshalling 
POJOs to a <a href='http://juneau.apache.org/site/apidocs-{@property 
juneauVersion}/overview-summary.html#Glossaries.LanguageSupport'>variety of 
content types</a> using a common framework with no external library 
dependencies.
+                                       A universal toolkit for marshalling 
POJOs to a <a class='doclink' 
href='http://juneau.apache.org/site/apidocs-{@property 
juneauVersion}/overview-summary.html#Glossaries.LanguageSupport'>variety of 
content types</a> using a common framework with no external library 
dependencies.
                                </td>
                        </tr>
                        <tr class='dark bb'>
diff --git a/templates/marshall.html b/templates/marshall.html
index d710eea..a8e981a 100644
--- a/templates/marshall.html
+++ b/templates/marshall.html
@@ -48,7 +48,9 @@
                <p>
                        The <code>juneau-marshall</code> library includes 
easy-to-use and highly customizable serializers and parsers
                        based around a common API.  
-                       See <a 
href='http://juneau.apache.org/site/apidocs-{@property 
juneauVersion}/overview-summary.html#Glossaries.LanguageSupport'>here</a> for 
the latest list of language support.
+               </p>
+               <p>
+                       <a class='doclink' 
href='http://juneau.apache.org/site/apidocs-{@property 
juneauVersion}/overview-summary.html#Glossaries.LanguageSupport'>Glossary &gt; 
Language Support</a>
                </p>
                <h5 class='section'>Features:</h5>
                <ul class='spaced-list'>

Reply via email to