Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Quarkus AWS guides' links #1020

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading