Lionel Cons created ARTEMIS-1729:
------------------------------------

             Summary: Automatically check for broken documentation links
                 Key: ARTEMIS-1729
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1729
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Lionel Cons


The Artemis GitBook documentation sometimes contains broken (internal) links. 
See for instance ARTEMIS-1076 or ARTEMIS-1721.

It would be good to automatically check for broken links as part of the Maven 
{{test}} task.

One way to do this would be to have a Maven task to run a webserver serving the 
generated documentation (Python can trivially do it with '{{python -m 
SimpleHTTPServer 8000}}' but an equivalent Java-based solution is probably 
better) and then a crawler checking for broken links ({{wget}} can easily be 
used for this as described in ARTEMIS-1076 but here again a Java-based solution 
is maybe better).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to