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

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


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new feb612b0 Update docgen.cjson - fix broken link to template tester
     new 345b6eeb Merge pull request #93 from prushforth/2.3-gae
feb612b0 is described below

commit feb612b0b40d416fd43f4bca5c6f92d175cdd4b1
Author: Peter Rushforth <[email protected]>
AuthorDate: Wed May 10 16:57:00 2023 -0400

    Update docgen.cjson - fix broken link to template tester
---
 src/manual/en_US/docgen.cjson | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/manual/en_US/docgen.cjson b/src/manual/en_US/docgen.cjson
index 21adabcf..a6b9eed2 100644
--- a/src/manual/en_US/docgen.cjson
+++ b/src/manual/en_US/docgen.cjson
@@ -1,4 +1,4 @@
-//charset: UTF-8
+//charset: UTF-8
 
 // Licensed to the Apache Software Foundation (ASF) under one
 // or more contributor license agreements.  See the NOTICE file
@@ -70,7 +70,7 @@ 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";

Reply via email to