[
https://issues.apache.org/jira/browse/ARTEMIS-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16134187#comment-16134187
]
ASF GitHub Bot commented on ARTEMIS-1291:
-----------------------------------------
Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1473#discussion_r134096013
--- 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 --
the intention here was to have the docs at
http://activemq.apache.org/artemis/artemis-server/src/test/java/org/apache/activemq/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/SingleServerSimpleTest.java
showing the right git link...
for some reason it's not working...
but you can't use the one you're using to fix.
> 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)