This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/freemarker-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 7dc187c7 URL cleanup based on Whimsy Website Checks (more of it)
7dc187c7 is described below

commit 7dc187c77134cbe19f82f60f40e25c9d225b42f7
Author: ddekany <[email protected]>
AuthorDate: Tue Feb 13 08:23:48 2024 +0100

    URL cleanup based on Whimsy Website Checks (more of it)
---
 src/main/docgen/book.xml     | 12 +++++++++---
 src/main/docgen/docgen.cjson |  3 ++-
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index 0706ef9c..019f4718 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -2090,21 +2090,27 @@ two freemarker.jar-s and unpredictable behavior!
 
       <para/>
     </section>
+    
+    <section>
+      <title><olink targetdoc="asfLicense">License</olink></title>
 
+      <para/>
+    </section>
+    
     <section>
-      <title><olink targetdoc="asfSponsorship">Sponsorship</olink></title>
+      <title><olink targetdoc="asfPrivacyPolicy">Privacy policy</olink></title>
 
       <para/>
     </section>
 
     <section>
-      <title><olink targetdoc="asfLicense">License</olink></title>
+      <title><olink targetdoc="asfSponsorship">Sponsorship</olink></title>
 
       <para/>
     </section>
 
     <section>
-      <title><olink targetdoc="asfLicense">Privacy policy</olink></title>
+      <title><olink targetdoc="asfThanks">Thanks</olink></title>
 
       <para/>
     </section>
diff --git a/src/main/docgen/docgen.cjson b/src/main/docgen/docgen.cjson
index 8d7a1112..50a9596e 100644
--- a/src/main/docgen/docgen.cjson
+++ b/src/main/docgen/docgen.cjson
@@ -90,7 +90,8 @@ olinks: {
   notificationsMailingListUnsubscribe: 
"mailto:[email protected]";
   reportBug: "https://issues.apache.org/jira/projects/FREEMARKER";
   askHelpOnStackOverflow: 
"https://stackoverflow.com/questions/ask?tags=freemarker";
-  asfSponsorship: "https://www.apache.org/foundation/sponsors";
+  asfSponsorship: "https://www.apache.org/foundation/sponsorship";
+  asfThanks: "https://www.apache.org/foundation/thanks";
   asfHome: "https://www.apache.org";
   asfLicense: "https://www.apache.org/licenses/";
   asfPrivacyPolicy: 
"https://privacy.apache.org/policies/privacy-policy-public.html";

Reply via email to