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 78c54e8d URL cleanup based on Whimsy Website Checks
78c54e8d is described below

commit 78c54e8de9c9a31397ad7f05d8d1905cac9d18c7
Author: ddekany <[email protected]>
AuthorDate: Mon Feb 12 21:17:07 2024 +0100

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

diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index 4f9fb8b5..0706ef9c 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -575,11 +575,6 @@ two freemarker.jar-s and unpredictable behavior!
           <literal>master</literal></para>
         </listitem>
       </itemizedlist>
-
-      <para>There are some other FreeMarker-related repositories, such FMPP
-      and Tutorials, which you can only find on the <olink
-      targetdoc="githubProjectOld">old GitHub project</olink> page, as they
-      aren't part of the project at Apache.</para>
     </section>
 
     <section>
@@ -2102,12 +2097,6 @@ two freemarker.jar-s and unpredictable behavior!
       <para/>
     </section>
 
-    <section>
-      <title><olink targetdoc="asfThanks">Thanks</olink></title>
-
-      <para/>
-    </section>
-
     <section>
       <title><olink targetdoc="asfLicense">License</olink></title>
 
diff --git a/src/main/docgen/docgen.cjson b/src/main/docgen/docgen.cjson
index e5fbad7e..8d7a1112 100644
--- a/src/main/docgen/docgen.cjson
+++ b/src/main/docgen/docgen.cjson
@@ -80,7 +80,6 @@ olinks: {
   gitOnlineTester: 
"https://gitbox.apache.org/repos/asf/freemarker-online-tester.git";
   githubMirrorOnlineTester: 
"https://github.com/apache/freemarker-online-tester";
   githubProject: "olink:githubMirrorFreemarker"
-  githubProjectOld: "https://github.com/freemarker/";
   securityMailingList: "mailto:[email protected]";
   privateMailingList: "mailto:[email protected]";
   devMailingList: "mailto:[email protected]";
@@ -89,15 +88,11 @@ olinks: {
   devMailingListArchive: 
"https://lists.apache.org/[email protected]";
   notificationsMailingListSubscribe: 
"mailto:[email protected]";
   notificationsMailingListUnsubscribe: 
"mailto:[email protected]";
-  oldUserMailingListArchive: 
"http://news.gmane.org/gmane.comp.web.freemarker.user";
-  oldDevelMailingListArchive: 
"http://news.gmane.org/gmane.comp.web.freemarker.devel";
-  reportBug: "https://issues.apache.org/jira/browse/FREEMARKER/";
+  reportBug: "https://issues.apache.org/jira/projects/FREEMARKER";
   askHelpOnStackOverflow: 
"https://stackoverflow.com/questions/ask?tags=freemarker";
-  asfSponsorship: "http://www.apache.org/foundation/sponsorship.html";
-  asfThanks: "http://www.apache.org/foundation/thanks.html";
-  asfHome: "http://www.apache.org/";
-  asfIncubator: "http://incubator.apache.org/";
-  asfLicense: "http://www.apache.org/licenses/";
+  asfSponsorship: "https://www.apache.org/foundation/sponsors";
+  asfHome: "https://www.apache.org";
+  asfLicense: "https://www.apache.org/licenses/";
   asfPrivacyPolicy: 
"https://privacy.apache.org/policies/privacy-policy-public.html";
   templateUploadingSecurityFaq: 
"https://freemarker.apache.org/docs/app_faq.html#faq_template_uploading_security";
   

Reply via email to