From 8c34397397de94a454c291ca6a6c8d4fe05e1484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Fri, 18 May 2018 02:19:20 +0200 Subject: [PATCH] Use "latest" in sitemap instead of the other --- .travis/sitemap_generator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/sitemap_generator.sh b/.travis/sitemap_generator.sh index 933fec75e8..1d38e8ee96 100755 --- a/.travis/sitemap_generator.sh +++ b/.travis/sitemap_generator.sh @@ -5,7 +5,7 @@ # https://www.sitemaps.org/protocol.html WEBSITE_PREFIX="https://pmd.github.io/" -DOC_PREFIX="pmd-${RELEASE_VERSION}/" +DOC_PREFIX="latest/" # "pmd-${RELEASE_VERSION}/" DATE=`date +%Y-%m-%d` # Priority is relative to the website, can be chosen in {0.1, 0.2, ..., 1} # Default priority is 0.5