Skip to content

Commit

Permalink
Fixed Quarkus AWS guides' links (#1020)
Browse files Browse the repository at this point in the history
Signed-off-by: mrizzi <mrizzi@redhat.com>
  • Loading branch information
mrizzi authored Aug 24, 2023
1 parent 0438b5a commit a022c11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ruleSet("amazon-to-quarkus-groovy")
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).
Further information in the link below.""")
.withIssueCategory(mandatoryIssueCategory)
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/amazon-lambda-http"))
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/aws-lambda-http"))
.withEffort(1)
).performParameterized(event, context, folderLocationModel)
}
Expand Down Expand Up @@ -206,7 +206,7 @@ ruleSet("amazon-to-quarkus-groovy")
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).
Further information in the link below.""")
.withIssueCategory(mandatoryIssueCategory)
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/amazon-lambda-http"))
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/aws-lambda-http"))
.withEffort(1)
).performParameterized(event, context, folderLocationModel)
}
Expand Down Expand Up @@ -244,7 +244,7 @@ ruleSet("amazon-to-quarkus-groovy")
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).
Further information in the link below.""")
.withIssueCategory(mandatoryIssueCategory)
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/amazon-lambda#tracing-with-aws-xray-and-graalvm"))
.with(Link.to("Quarkus - Guide", "https://quarkus.io/guides/aws-lambda#tracing-with-aws-xray-and-graalvm"))
.withEffort(1)
).performParameterized(event, context, folderLocationModel)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
Replace the `com.amazonaws:aws-lambda-java-core` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-http`
Further information in the link below.
</message>
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda-http" />
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda-http" />
</hint>
</iteration>
</perform>
Expand All @@ -138,7 +138,7 @@
Replace the `com.amazonaws:aws-lambda-java-core` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-http`
Further information in the link below.
</message>
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda-http" />
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda-http" />
</hint>
</perform>
</rule>
Expand All @@ -155,7 +155,7 @@
Replace the `com.amazonaws.serverless:aws-serverless-java-container-core` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-rest`
Further information in the link below.
</message>
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda-http" />
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda-http" />
</hint>
</iteration>
</perform>
Expand All @@ -170,7 +170,7 @@
Replace the `com.amazonaws.serverless:aws-serverless-java-container-core` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-rest`
Further information in the link below.
</message>
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda-http" />
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda-http" />
</hint>
</perform>
</rule>
Expand All @@ -187,7 +187,7 @@
Replace the `com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-xray`
Further information in the link below.
</message>
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda#tracing-with-aws-xray-and-graalvm" />
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda#tracing-with-aws-xray-and-graalvm" />
</hint>
</iteration>
</perform>
Expand All @@ -202,7 +202,7 @@
Replace the `com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2` dependency with the Quarkus dependency `io.quarkus:quarkus-amazon-lambda-xray`
Further information in the link below.
</message>
<link title="Quarkus - Guide" href="https://quarkus.io/guides/amazon-lambda#tracing-with-aws-xray-and-graalvm" />
<link title="Quarkus - Guide" href="https://quarkus.io/guides/aws-lambda#tracing-with-aws-xray-and-graalvm" />
</hint>
</perform>
</rule>
Expand Down

0 comments on commit a022c11

Please sign in to comment.