From fb09e4e2bc3e0c89d05f3313340dad1604cc3bc1 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 3 Jul 2017 19:27:40 +0100 Subject: [PATCH] Change default image (online) location. I get HTTP 303 errors when retrieving images from the old location (browser is fine, but Java chokes while building the PDF's). I couldn't find a git location that didn't also give 303 errors, so this seems to be the next best alternative. --- xsl/fo.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xsl/fo.xsl b/xsl/fo.xsl index 622e01c..4ebe711 100644 --- a/xsl/fo.xsl +++ b/xsl/fo.xsl @@ -512,9 +512,9 @@ General default options go here: 1 .svg no -http://svn.boost.org/svn/boost/trunk/doc/src/images/ -http://svn.boost.org/svn/boost/trunk/doc/src/images/callouts/ -http://svn.boost.org/svn/boost/trunk/doc/html/ +http://www.boost.org/doc/libs/release/doc/src/images/ +http://www.boost.org/doc/libs/release/doc/src/images/callouts/ +http://www.boost.org/doc/libs/release/doc/html/