From 887e8cc060f40bb3f5b0e722c7da80110187e83c Mon Sep 17 00:00:00 2001 From: Jon Gallant <2163001+jongio@users.noreply.github.com> Date: Tue, 23 Jul 2019 06:12:42 -0700 Subject: [PATCH] Fix doc link It didn't have https causing a 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c795a524245..de33c04f8fa3 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Last stable versions of packages that have been provided for usage with Azure an Libraries which enable you to provision specific resources. They are responsible for directly mirroring and consuming Azure service's REST endpoints. The management libraries use the `azure-mgmt-` convention for their package names. ## Need help? -* For detailed documentation visit our [Azure SDK for Python documentation](aka.ms/python-docs) +* For detailed documentation visit our [Azure SDK for Python documentation](https://aka.ms/python-docs) * File an issue via [Github Issues](../../issues) * Check [previous questions](https://stackoverflow.com/questions/tagged/azure+python) or ask new ones on StackOverflow using `azure` and `python` tags.