From bfac38741f5d1e1cdd50c92229ab7600f397ffb7 Mon Sep 17 00:00:00 2001 From: David Boyne Date: Mon, 10 Jun 2024 16:05:18 +0100 Subject: [PATCH] docs(docs): azure and gcp links updated (#6670) Fix for #6669. Look like the Urls needed to be encoded to work on the doc site. *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*. --- docs/docs/01-start-here/05-aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/01-start-here/05-aws.md b/docs/docs/01-start-here/05-aws.md index 1d7c42cd7c0..e4a7c689091 100644 --- a/docs/docs/01-start-here/05-aws.md +++ b/docs/docs/01-start-here/05-aws.md @@ -23,7 +23,7 @@ resources, using Terraform as the provisioning engine. :::info Under Construction -:construction: We plan to also support [Azure](https://github.com/winglang/wing/issues?q=is:issue+is:open+sort:updated-desc+label:"☁️ azure") and [Google Cloud](https://github.com/winglang/wing/issues?q=is:issue+is:open+sort:updated-desc+label:"☁️ gcp") as platforms out of +:construction: We plan to also support [Azure](https://github.com/winglang/wing/issues?q=is:issue+is:open+sort:updated-desc+label:%22☁️%20azure%22) and [Google Cloud](https://github.com/winglang/wing/issues?q=is:issue+is:open+sort:updated-desc+label:%22☁️%20gcp%22) as platforms out of the box. In addition, we are planning support for other provisioning engines such as AWS CloudFormation and Kubernetes.