On Thu, 2007-03-01 at 00:24 +0100, Thorsten Scherler wrote: > On Wed, 2007-02-28 at 22:54 +0000, [EMAIL PROTECTED] > ... > > [java] X [0] > > docs/1_4/reference/publication-templating/index.html BROKEN: > > /export/home/lenya/src/lenya-docu/src/documentation/content/xdocs/docs/1_4/reference/publication-templating/index.xml > > (No such file or directory) > > http://svn.apache.org/viewvc?view=rev&rev=511866 > > This moved the file. > > I just fixed the zones regarding the svn change and now we get our warnings > again. > > <link > message="/home/thorsten/src/apache/lenya-docu/src/documentation/content/xdocs/docs/1_4/reference/publication/usecase-framework/index.xml > (No such file or directory)" > uri="docs/1_4/reference/publication/usecase-framework/index.html"> > <referrer > uri="docs/1_4/reference/publication/publication-templating/index.html"/> > </link>
It should be fixed now http://svn.apache.org/viewvc?view=rev&rev=513072 Please do not link relative it will fail if you move docs around. If you use site: then you do not have to worry about updating links if you move links. - The <a href="../usecase-framework/index.html">usecase framework</a> + The <a href="site:usecase-framework-overview">usecase framework</a> salu2 -- Thorsten Scherler thorsten.at.apache.org Open Source Java & XML consulting, training and solutions --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
