From 3d67c82c13f1aa42016f0da10427f5200c21948e Mon Sep 17 00:00:00 2001 From: Rishab Kumar Date: Mon, 20 Feb 2023 17:19:27 -0500 Subject: [PATCH] Added link to Fabric docs --- 2023/day47.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/day47.md b/2023/day47.md index 28c2ec2..ad354e4 100644 --- a/2023/day47.md +++ b/2023/day47.md @@ -57,6 +57,6 @@ In this example, we're using the Pulumi Python SDK to define an EC2 instance on ## Resources: -- [Learn more about Fabric]() +- [Learn more about Fabric](https://docs.fabfile.org/en/stable/index.html) - [PyWinRM](https://github.com/diyan/pywinrm) -- [Pulumi - IaC Tool](https://www.pulumi.com/docs/reference/pkg/python/pulumi/) \ No newline at end of file +- [Pulumi - IaC Tool](https://www.pulumi.com/docs/reference/pkg/python/pulumi/)