GitHub user mriehema opened a pull request:
https://github.com/apache/incubator-freemarker/pull/38
Change links to https for freemarker website
- Change all freemarker.org to freemarker.apache.org in documentation
(including javadoc and notes).
- Change all internal links to https.
- Change other links to https.
- Fix link to online template tester.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mriehema/incubator-freemarker
change-links-to-https
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-freemarker/pull/38.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #38
----
commit bc69b84c9e7bf89798af816fa005055c54667ab4
Author: Michael Riehemann <[email protected]>
Date: 2017-11-09T18:13:45Z
Fix freemarker site urls
Change all freemarker.org to freemarker.apache.org in documentation
(including javadoc and notes).
commit 0678afccab5ac383999e6f46ae8902af64b38483
Author: Michael Riehemann <[email protected]>
Date: 2017-11-09T18:15:46Z
Fix freemarker site urls
Change all internal links to https.
commit 747d2078cf5206f9b34e73145b6a729379641cae
Author: Michael Riehemann <[email protected]>
Date: 2017-11-09T18:18:37Z
Fix freemarker site urls
Change other links to https. Fix link to online template tester.
----
---