Skip to content

Commit

Permalink
doc: fix snapstart link
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Sep 18, 2023
1 parent f786f4a commit 7fb2bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/aws-lambda-http.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -576,4 +576,4 @@ the `QUARKUS_AWS_LAMBDA_FORCE_USER_NAME` environment variable

== SnapStart

Check warning on line 577 in docs/src/main/asciidoc/aws-lambda-http.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Headings] Use sentence-style capitalization in 'SnapStart'. Raw Output: {"message": "[Quarkus.Headings] Use sentence-style capitalization in 'SnapStart'.", "location": {"path": "docs/src/main/asciidoc/aws-lambda-http.adoc", "range": {"start": {"line": 577, "column": 4}}}, "severity": "INFO"}

To optimize your application for Lambda SnapStart, check xref:amazon-snapstart.adoc[the SnapStart Configuration Documentation].
To optimize your application for Lambda SnapStart, check xref:aws-lambda-snapstart.adoc[the SnapStart Configuration Documentation].
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/aws-lambda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -715,4 +715,4 @@ That's all there is to it!

== SnapStart

Check warning on line 716 in docs/src/main/asciidoc/aws-lambda.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Headings] Use sentence-style capitalization in 'SnapStart'. Raw Output: {"message": "[Quarkus.Headings] Use sentence-style capitalization in 'SnapStart'.", "location": {"path": "docs/src/main/asciidoc/aws-lambda.adoc", "range": {"start": {"line": 716, "column": 4}}}, "severity": "INFO"}

To optimize your application for Lambda SnapStart, check xref:amazon-snapstart.adoc[the SnapStart Configuration Documentation].
To optimize your application for Lambda SnapStart, check xref:aws-lambda-snapstart.adoc[the SnapStart Configuration Documentation].

0 comments on commit 7fb2bc9

Please sign in to comment.