From 82eb4e7d0ce8f566710a24632864aca04dee8dbd Mon Sep 17 00:00:00 2001 From: Mark Lavi Date: Mon, 29 May 2023 16:18:24 +0000 Subject: [PATCH] Simplify provider description and correct NoCloud URL --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c7a1232..86a5e75 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,14 @@ do just what is necessary with a small footprint and minimal dependencies. A direct descendant of [tiny-ec2-bootstrap]( https://gitlab.alpinelinux.org/alpine/cloud/tiny-ec2-bootstrap), Tiny Cloud works with multiple cloud providers. Currently, the following are supported: -* [AWS](https://aws.amazon.com) (Amazon Web Services) -* [Azure](https://azure.microsoft.com) (Microsoft Azure) -* [GCP](https://cloud.google.com) (Google Cloud Platform) -* [OCI](https://cloud.oracle.com) (Oracle Cloud Infrastructure) +* [AWS](https://aws.amazon.com): Amazon Web Services +* [Azure](https://azure.microsoft.com): Microsoft Azure +* [GCP](https://cloud.google.com): Google Cloud Platform +* [OCI](https://cloud.oracle.com): Oracle Cloud Infrastructure * [NoCloud]( - https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html) - (cloud-init's NoCloud AWS-compatible data source) + https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html + ): + cloud-init's NoCloud AWS-compatible user provided data source ## Features