Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
bentsku committed Nov 7, 2024
1 parent 53dcca8 commit 6fbc384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/user-guide/aws/apigateway/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ $ curl -X GET http://<REST_API_ID>.execute-api.localhost.localstack.cloud:4566/d
{"message":"Hello World"}
{{< /command >}}

You can also use our [alternative URL format]({{< ref "#alternative-u-r-l-format" >}}) in case of DNS issues:
You can also use our [alternative URL format]({{< ref "#alternative-url-format" >}}) in case of DNS issues:
{{< command >}}
$ curl -X GET http://localhost:4566/_aws/execute-api/<REST_API_ID>/dev/test

Expand Down

0 comments on commit 6fbc384

Please sign in to comment.