Copilot commented on code in PR #11616:
URL: https://github.com/apache/maven/pull/11616#discussion_r2660256920
##########
src/site/site.xml:
##########
@@ -47,7 +47,7 @@ under the License.
<menu name="User Guide">
<item name="Configuring Maven" href="configuring.html"/>
</menu>
-
+<!-- Reference Url -->
Review Comment:
The PR description states this fixes broken reference links returning 404
pages, but this change only adds a comment. Adding a comment does not fix
broken URLs. If the reference links were returning 404 errors, the actual href
attributes in the menu items (lines 52-58) would need to be corrected, not just
commented.
```suggestion
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]