diff --git a/docs/topics/rules-important-links.adoc b/docs/topics/rules-important-links.adoc index f0d4a502bfc..36f6488103a 100644 --- a/docs/topics/rules-important-links.adoc +++ b/docs/topics/rules-important-links.adoc @@ -6,6 +6,6 @@ [id="rules-important-links_{context}"] = Additional resources -// * {ProductShortName} Javadoc: http://windup.github.io/windup/docs/latest/javadoc +// * {ProductShortName} Javadocs: https://github.com/windup/windup/blob/master/reporting/api/src/main/java * {ProductShortName} Jira issue tracker: {JiraWindupURL} * {ProductShortName} mailing list: windup-eng@redhat.com diff --git a/docs/topics/templates/document-attributes.adoc b/docs/topics/templates/document-attributes.adoc index b382c634f16..7ae62840abf 100644 --- a/docs/topics/templates/document-attributes.adoc +++ b/docs/topics/templates/document-attributes.adoc @@ -105,7 +105,7 @@ endif::[] :ProductDocVscGuideURL: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/visual_studio_code_extension_guide :ProductDocIntelliJGuideURL: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/intellij_idea_plugin_guide :OpenShiftDocsURL: https://docs.openshift.com/container-platform/{OpenShiftProductNumber} -:LinkAPI: https://github.com/windup/windup/blob/master/reporting/api/src/main/java/ +:LinkAPI: https://github.com/windup/windup/blob/master/ //Links to MTA and MTR Jira project pages: :JiraMTRURL: https://issues.redhat.com/projects/WINDUP diff --git a/docs/topics/testing-rules.adoc b/docs/topics/testing-rules.adoc index 1fdc890048b..270e7c8d341 100644 --- a/docs/topics/testing-rules.adoc +++ b/docs/topics/testing-rules.adoc @@ -99,7 +99,7 @@ The `` element has no unique attributes or child elements. [discrete] ===== Summary -The `` element counts the number of times a condition is verified. For additional information, see the link:https://github.com/windup/windup/blob/master/rules-base/api/src/main/java/org/jboss/windup/rules/general/IterableFilter.java[IterableFilter] class. +The `` element counts the number of times a condition is verified. For additional information, see the link:{LinkAPI}rules-base/api/src/main/java/org/jboss/windup/rules/general/IterableFilter.java[IterableFilter] class. The following is an example that looks for four instances of the specified message. @@ -158,10 +158,7 @@ The `` element has no unique child elements. [id="classification_exists_syntax_{context}"] ==== syntax -The `` element determines if a specific classification title has been included in the analysis. For additional information, see the link:{LinkAPI}org/jboss/windup/reporting/config/ClassificationExists.java[ClassificationExists] class. - -ink:{LinkAPI}org/jboss/windup/rules/general/IterableFilter.java[IterableFilter] class. - +The `` element determines if a specific classification title has been included in the analysis. For additional information, see the link:{LinkAPI}reporting/api/src/main/java/org/jboss/windup/reporting/config/ClassificationExists.java[ClassificationExists] class. [IMPORTANT] ==== @@ -229,7 +226,7 @@ The `` has no unique child elements. [id="hint-exists-syntax_{context}"] ==== syntax -The `` element determines if a specific hint has been included in the analysis. It searches for any instances of the defined message, and is typically used to search for the beginning or a specific class inside of a `` element. For additional information, see the link:{LinkAPI}org/jboss/windup/reporting/config/HintExists.java[HintExists] class. +The `` element determines if a specific hint has been included in the analysis. It searches for any instances of the defined message, and is typically used to search for the beginning or a specific class inside of a `` element. For additional information, see the link:{LinkAPI}reporting/api/src/main/java/org/jboss/windup/reporting/config/HintExists.java[HintExists] class. [IMPORTANT] ====