Merged: Change links to https for freemarker website. Also for other sites.
Merge commit 'refs/pull/38/head' of https://github.com/apache/incubator-freemarker into 2.3-gae Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/cad3369c Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/cad3369c Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/cad3369c Branch: refs/heads/master Commit: cad3369c075c47cc53afd9c43e30b07aa32b70b2 Parents: a5fca11 950a7d2 Author: ddekany <[email protected]> Authored: Sat Nov 11 18:49:57 2017 +0100 Committer: ddekany <[email protected]> Committed: Sat Nov 11 18:55:42 2017 +0100 ---------------------------------------------------------------------- README | 4 +-- build.xml | 4 +-- src/main/docgen/book.xml | 54 +++++++++++++++++----------------- src/main/docgen/docgen.cjson | 4 +-- src/main/docgen/sitemap-index.xml | 8 ++--- 5 files changed, 37 insertions(+), 37 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/cad3369c/src/main/docgen/book.xml ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/cad3369c/src/main/docgen/sitemap-index.xml ---------------------------------------------------------------------- diff --cc src/main/docgen/sitemap-index.xml index 68fef2f,c0d09de..afb902f --- a/src/main/docgen/sitemap-index.xml +++ b/src/main/docgen/sitemap-index.xml @@@ -19,11 -19,11 +19,11 @@@ --> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> - <loc>http://www.freemarker.org/sitemap.xml</loc> - <lastmod>2015-07-20</lastmod> + <loc>https://freemarker.apache.org/sitemap.xml</loc> - <lastmod>2015-07-20</lastmod> ++ <lastmod>2017-11-11</lastmod> </sitemap> <sitemap> - <loc>http://www.freemarker.org/docs/sitemap.xml</loc> - <lastmod>2015-07-20</lastmod> + <loc>https://freemarker.apache.org/docs/sitemap.xml</loc> - <lastmod>2015-07-20</lastmod> ++ <lastmod>2017-11-11</lastmod> </sitemap> </sitemapindex>
