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

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

commit db7542028c33ae7ad77c44ed79ac2239a33d2c58
Author: ddekany <[email protected]>
AuthorDate: Mon Feb 12 21:33:19 2024 +0100

    Manual: Old URL-s cleanup
---
 src/manual/en_US/docgen.cjson | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/manual/en_US/docgen.cjson b/src/manual/en_US/docgen.cjson
index 21adabcf..0165be93 100644
--- a/src/manual/en_US/docgen.cjson
+++ b/src/manual/en_US/docgen.cjson
@@ -70,11 +70,10 @@ olinks: {
   mailing-lists: "https://freemarker.apache.org/mailing-lists.html";
   
   // External URL-s:
-  onlineTemplateTester: "http://try.freemarker.org/";
+  onlineTemplateTester: "https://try.freemarker.apache.org/";
   twitter: "https://twitter.com/freemarker";
-  sourceforgeProject: "https://sourceforge.net/projects/freemarker/";
-  githubProject: "https://github.com/freemarker/freemarker";
-  reportBug: "https://issues.apache.org/jira/browse/FREEMARKER/";
+  githubProject: "https://github.com/apache/freemarker";
+  reportBug: "https://issues.apache.org/jira/projects/FREEMARKER";
   reportSecurityVulnerability: 
"https://freemarker.apache.org/report-security-vulnerabilities.html";
   askHelpOnStackOverflow: 
"https://stackoverflow.com/questions/ask?tags=freemarker";
   asfPrivacyPolicy: 
"https://privacy.apache.org/policies/privacy-policy-public.html";

Reply via email to