Skip to content

Commit 0ee5030

Browse files
committed
June 11
1 parent d537814 commit 0ee5030

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

docs/topics/rules-important-links.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
[id="rules-important-links_{context}"]
77
= Additional resources
88

9-
// * {ProductShortName} Javadoc: http://windup.github.io/windup/docs/latest/javadoc
9+
// * {ProductShortName} Javadocs: https://github.com/windup/windup/blob/master/reporting/api/src/main/java
1010
* {ProductShortName} Jira issue tracker: {JiraWindupURL}
1111
* {ProductShortName} mailing list: [email protected]

docs/topics/templates/document-attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ endif::[]
105105
:ProductDocVscGuideURL: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/visual_studio_code_extension_guide
106106
:ProductDocIntelliJGuideURL: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/intellij_idea_plugin_guide
107107
:OpenShiftDocsURL: https://docs.openshift.com/container-platform/{OpenShiftProductNumber}
108-
:LinkAPI: https://github.com/windup/windup/blob/master/reporting/api/src/main/java/
108+
:LinkAPI: https://github.com/windup/windup/blob/master/
109109

110110
//Links to MTA and MTR Jira project pages:
111111
:JiraMTRURL: https://issues.redhat.com/projects/WINDUP

docs/topics/testing-rules.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The `<not>` element has no unique attributes or child elements.
9999
[discrete]
100100
===== Summary
101101

102-
The `<iterable-filter>` 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.
102+
The `<iterable-filter>` 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.
103103

104104
The following is an example that looks for four instances of the specified message.
105105

@@ -158,10 +158,7 @@ The `<iterable-filter>` element has no unique child elements.
158158
[id="classification_exists_syntax_{context}"]
159159
==== <classification-exists> syntax
160160

161-
The `<classification-exists>` 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.
162-
163-
ink:{LinkAPI}org/jboss/windup/rules/general/IterableFilter.java[IterableFilter] class.
164-
161+
The `<classification-exists>` 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.
165162

166163
[IMPORTANT]
167164
====
@@ -229,7 +226,7 @@ The `<classification-exists>` has no unique child elements.
229226
[id="hint-exists-syntax_{context}"]
230227
==== <hint-exists> syntax
231228

232-
The `<hint-exists>` 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 `<message>` element. For additional information, see the link:{LinkAPI}org/jboss/windup/reporting/config/HintExists.java[HintExists] class.
229+
The `<hint-exists>` 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 `<message>` element. For additional information, see the link:{LinkAPI}reporting/api/src/main/java/org/jboss/windup/reporting/config/HintExists.java[HintExists] class.
233230

234231
[IMPORTANT]
235232
====

0 commit comments

Comments
 (0)