diff --git a/docs/providers/spotinst/README.md b/docs/providers/spotinst/README.md index 832e47a89..2fb1cc82f 100755 --- a/docs/providers/spotinst/README.md +++ b/docs/providers/spotinst/README.md @@ -18,7 +18,7 @@ If you have questions, join the [chat in gitter](https://gitter.im/serverless/se
- Serverless Spotinst Guide + Serverless Spotinst Guide
@@ -34,7 +34,7 @@ If you have questions, join the [chat in gitter](https://gitter.im/serverless/se
@@ -58,7 +58,7 @@ If you have questions, join the [chat in gitter](https://gitter.im/serverless/se
@@ -72,7 +72,7 @@ If you have questions, join the [chat in gitter](https://gitter.im/serverless/se
diff --git a/docs/providers/spotinst/examples/node/README.md b/docs/providers/spotinst/examples/node/README.md index 40b59a494..b10a16f67 100644 --- a/docs/providers/spotinst/examples/node/README.md +++ b/docs/providers/spotinst/examples/node/README.md @@ -6,7 +6,7 @@ layout: Doc --> -### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/spotinst/node) +### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/spotinst/) # Hello World JavaScript Example @@ -27,11 +27,11 @@ In your terminal window you should see the response ```bash { Deploy functions: -hello: created + hello: created Service Information -service: spotinst-python -functions: - hello + service: spotinst-python + functions: + hello } ``` diff --git a/docs/providers/spotinst/examples/python/README.md b/docs/providers/spotinst/examples/python/README.md index d716b56ed..e6d30079f 100644 --- a/docs/providers/spotinst/examples/python/README.md +++ b/docs/providers/spotinst/examples/python/README.md @@ -6,7 +6,7 @@ layout: Doc --> -### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/spotinst/examples/python/) +### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/spotinst/) # Hello World Python Example @@ -27,11 +27,11 @@ In your terminal window you should see the response ```bash { Deploy functions: -hello: created + hello: created Service Information -service: spotinst-python -functions: - hello + service: spotinst-python + functions: + hello } ```