URL cleanup based on Whimsy Website Checks (more of it)
diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index 0706ef9..019f471 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -2090,6 +2090,18 @@
 
       <para/>
     </section>
+    
+    <section>
+      <title><olink targetdoc="asfLicense">License</olink></title>
+
+      <para/>
+    </section>
+    
+    <section>
+      <title><olink targetdoc="asfPrivacyPolicy">Privacy policy</olink></title>
+
+      <para/>
+    </section>
 
     <section>
       <title><olink targetdoc="asfSponsorship">Sponsorship</olink></title>
@@ -2098,13 +2110,7 @@
     </section>
 
     <section>
-      <title><olink targetdoc="asfLicense">License</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 8d7a111..50a9596 100644
--- a/src/main/docgen/docgen.cjson
+++ b/src/main/docgen/docgen.cjson
@@ -90,7 +90,8 @@
   notificationsMailingListUnsubscribe: "mailto:notifications-unsubscribe@freemarker.apache.org"
   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"