diff --git a/examples/aws-lambda/README.md b/examples/aws-lambda/README.md index a168901d1..e8eab3313 100644 --- a/examples/aws-lambda/README.md +++ b/examples/aws-lambda/README.md @@ -48,6 +48,6 @@ You can also visit the `lambda_trigger_uri` in your browser to check your rest a # References * Checkout [AWS docs](https://docs.aws.amazon.com/lambda/latest/dg/python-package.html) on how to package more complex lambdas -* [Opta docs](https://docs.opta.dev) +* [Opta docs](http://run-x.github.io) For more guidance, please reach out to us in our [slack channel](https://slack.opta.dev). diff --git a/examples/grpcbin/README.md b/examples/grpcbin/README.md index cf414834a..652de7a21 100644 --- a/examples/grpcbin/README.md +++ b/examples/grpcbin/README.md @@ -54,6 +54,6 @@ in the cloud environments to function. If you have pressing need for this featur **NOTE**: We are using `opta apply` as `opta deploy` is only needed when the image is set to AUTO # References -* [Opta docs](https://docs.opta.dev) +* [Opta docs](http://run-x.github.io) For more guidance, please reach out to us in our [slack channel](https://slack.opta.dev). diff --git a/examples/hello-app/README.md b/examples/hello-app/README.md index 81d47f4da..769f1426e 100644 --- a/examples/hello-app/README.md +++ b/examples/hello-app/README.md @@ -87,6 +87,6 @@ This directory contains: ``` # References -* [Opta docs](https://docs.opta.dev) +* [Opta docs](http://run-x.github.io) For more guidance, please reach out to us in our [slack channel](https://slack.opta.dev). diff --git a/examples/httpbin/README.md b/examples/httpbin/README.md index 7f8276c73..bc53d1d24 100644 --- a/examples/httpbin/README.md +++ b/examples/httpbin/README.md @@ -69,6 +69,6 @@ This directory contains: ``` # References -* [Opta docs](https://docs.opta.dev) +* [Opta docs](http://run-x.github.io) For more guidance, please reach out to us in our [slack channel](https://slack.opta.dev).