Author: xavier
Date: Tue Jun 26 08:03:26 2007
New Revision: 550824

URL: http://svn.apache.org/viewvc?view=rev&rev=550824
Log:
FIX: Doc-Generation creates absolute links (IVY-534)

Modified:
    incubator/ivy/core/trunk/doc/config.json

Modified: incubator/ivy/core/trunk/doc/config.json
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/config.json?view=diff&rev=550824&r1=550823&r2=550824
==============================================================================
--- incubator/ivy/core/trunk/doc/config.json (original)
+++ incubator/ivy/core/trunk/doc/config.json Tue Jun 26 08:03:26 2007
@@ -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'}
        }
 }


Reply via email to