Sebb created JCR-5090: ------------------------- Summary: Invalid href generated for 'Edit' buttons Key: JCR-5090 URL: https://issues.apache.org/jira/browse/JCR-5090 Project: Jackrabbit Content Repository Issue Type: Bug Components: docs Reporter: Sebb
The page at [https://svn.apache.org/repos/asf/jackrabbit/site/live/jcr/index.html] includes a malformed href: $ curl -sSi https://svn.apache.org/repos/asf/jackrabbit/site/live/jcr/index.html | grep edit <li class="active ">Welcome to Apache Jackrabbit <a href="https://github.com/apache/jackrabbit-site/edit/main/src\site\markdown/index.md"> ... Note that 2 of the path separators use windows-style reverse-solidus. Whilst many browsers seem to cope, that may not be true for all, and there are other apps that read web pages. It looks like all the Edit button hrefs may be affected. -- This message was sent by Atlassian Jira (v8.20.10#820010)