From 39380eaaa009f1bbcef5bfc880e4cee31cd86021 Mon Sep 17 00:00:00 2001 From: Xavier Hanin Date: Tue, 26 Jun 2007 15:03:26 +0000 Subject: [PATCH] FIX: Doc-Generation creates absolute links (IVY-534) git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@550824 13f79535-47bb-0310-9956-ffa450edef68 --- doc/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.json b/doc/config.json index 8cd60719..269e8956 100644 --- a/doc/config.json +++ b/doc/config.json @@ -2,6 +2,6 @@ jira: {ids: ['IVY'], url: 'http://issues.apache.org/jira'}, shortcuts: { svn: {pre: 'https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/'}, - ant: {pre: xooki.c.root+'doc/use/', post:'.html'} + ant: {pre: xooki.c.relativeRoot+'doc/use/', post:'.html'} } }