[
https://issues.apache.org/jira/browse/ARTEMIS-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16135044#comment-16135044
]
ASF GitHub Bot commented on ARTEMIS-1291:
-----------------------------------------
Github user orpiske commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1473#discussion_r134207461
--- Diff: docs/hacking-guide/en/tests.md ---
@@ -22,20 +22,20 @@ The broker is comprised of POJOs so it's simple to
configure and run a broker in
Even complex test-cases involving multiple clustered brokers are
relatively easy to write. Almost every test in the
test-suite follows this pattern - configure broker, start broker, test
functionality, stop broker.
-The test-suite uses JUnit to manage test execution and life-cycle. Most
tests extend
[`org.apache.activemq.artemis.tests.util.ActiveMQTestBase`](../../../artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java)
+The test-suite uses JUnit to manage test execution and life-cycle. Most
tests extend
[`org.apache.activemq.artemis.tests.util.ActiveMQTestBase`](https://github.com/apache/activemq-artemis/blob/master/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java)
--- End diff --
@clebertsuconic thanks, understood.
My initial thought was to point them to the API documentation already
present on the website, but some of the code mentioned on the documentation
does not appear there.
Do you have any suggestion about where to point these links or how to
handle it? I can adjust these links to point to the correct location or I can
try to generate the docs for the missing classes ...
> Broken link in a documentation
> ------------------------------
>
> Key: ARTEMIS-1291
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1291
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.1.0
> Reporter: Roman Vais
> Priority: Minor
> Labels: documentation, easyfix
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> Link to ActiveMQServerPlugin interface in a documentation (at:
> [https://activemq.apache.org/artemis/docs/2.1.0/broker-plugins.html]) is
> broken. Points to
> [https://activemq.apache.org/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/plugin/ActiveMQServerPlugin.java]
> which is nonexistent.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)