slawekjaranowski commented on issue #780:
URL: https://github.com/apache/maven-site/issues/780#issuecomment-2888463952

   generated site contains:
   
   ```html
    <li class="nav-header">See Also</li>
       <li><a href="guides/mini/guide-using-toolchains.html">Guide to Using 
Toolchains</a></li>
       <li><a href="ref/current/maven-core/toolchains.html">Toolchains 
Descriptor</a></li>
   ```
   
   acocrding to site descriptor should be:
   
   ```html
    <li class="nav-header">See Also</li>
       <li><a href="/guides/mini/guide-using-toolchains.html">Guide to Using 
Toolchains</a></li>
       <li><a href="/ref/current/maven-core/toolchains.html">Toolchains 
Descriptor</a></li>
   ```
   
   @michael-o @kwin do you know such problem?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to