Skip to content

Commit fd793b5

Browse files
Fixed Quarkus AWS guides' links (#1020) (#1021)
Signed-off-by: mrizzi <mrizzi@redhat.com> (cherry picked from commit a022c11) Co-authored-by: Marco Rizzi <mrizzi@users.noreply.github.com>
1 parent 6cc00fd commit fd793b5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

rules/rules-generated/quarkus/amazon/amazon-to-quarkus.windup.groovy

+3-3
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ ruleSet("amazon-to-quarkus-groovy")
168168
Replace the `com.amazonaws:aws-lambda-java-core` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-http` in the application's dependencies management system (Maven, Gradle).
169169
Further information in the link below.""")
170170
.withIssueCategory(mandatoryIssueCategory)
171-
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/amazon-lambda-http"))
171+
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/aws-lambda-http"))
172172
.withEffort(1)
173173
).performParameterized(event, context, folderLocationModel)
174174
}
@@ -206,7 +206,7 @@ ruleSet("amazon-to-quarkus-groovy")
206206
Replace the `com.amazonaws.serverless:aws-serverless-java-container-core` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-rest` in the application's dependencies management system (Maven, Gradle).
207207
Further information in the link below.""")
208208
.withIssueCategory(mandatoryIssueCategory)
209-
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/amazon-lambda-http"))
209+
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/aws-lambda-http"))
210210
.withEffort(1)
211211
).performParameterized(event, context, folderLocationModel)
212212
}
@@ -244,7 +244,7 @@ ruleSet("amazon-to-quarkus-groovy")
244244
Replace the `com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-xray` in the application's dependencies management system (Maven, Gradle).
245245
Further information in the link below.""")
246246
.withIssueCategory(mandatoryIssueCategory)
247-
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/amazon-lambda#tracing-with-aws-xray-and-graalvm"))
247+
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/aws-lambda#tracing-with-aws-xray-and-graalvm"))
248248
.withEffort(1)
249249
).performParameterized(event, context, folderLocationModel)
250250
}

rules/rules-generated/quarkus/amazon/amazon-to-quarkus.windup.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
Replace the `com.amazonaws:aws-lambda-java-core` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-http`
124124
Further information in the link below.
125125
</message>
126-
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda-http" />
126+
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda-http" />
127127
</hint>
128128
</iteration>
129129
</perform>
@@ -138,7 +138,7 @@
138138
Replace the `com.amazonaws:aws-lambda-java-core` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-http`
139139
Further information in the link below.
140140
</message>
141-
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda-http" />
141+
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda-http" />
142142
</hint>
143143
</perform>
144144
</rule>
@@ -155,7 +155,7 @@
155155
Replace the `com.amazonaws.serverless:aws-serverless-java-container-core` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-rest`
156156
Further information in the link below.
157157
</message>
158-
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda-http" />
158+
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda-http" />
159159
</hint>
160160
</iteration>
161161
</perform>
@@ -170,7 +170,7 @@
170170
Replace the `com.amazonaws.serverless:aws-serverless-java-container-core` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-rest`
171171
Further information in the link below.
172172
</message>
173-
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda-http" />
173+
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda-http" />
174174
</hint>
175175
</perform>
176176
</rule>
@@ -187,7 +187,7 @@
187187
Replace the `com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-xray`
188188
Further information in the link below.
189189
</message>
190-
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda#tracing-with-aws-xray-and-graalvm" />
190+
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda#tracing-with-aws-xray-and-graalvm" />
191191
</hint>
192192
</iteration>
193193
</perform>
@@ -202,7 +202,7 @@
202202
Replace the `com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-xray`
203203
Further information in the link below.
204204
</message>
205-
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda#tracing-with-aws-xray-and-graalvm" />
205+
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda#tracing-with-aws-xray-and-graalvm" />
206206
</hint>
207207
</perform>
208208
</rule>

0 commit comments

Comments
 (0)