From 48e0e4fd5001366d340da531dbe3dddb79787228 Mon Sep 17 00:00:00 2001 From: stephen mulcahy Date: Wed, 8 Jan 2020 17:39:29 +0000 Subject: [PATCH] Fix broken link to Azure testing instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a242dfad..1aa35eae5 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ Please see [TESTING_AGAINST_AWS.md](./test/integration/aws/TESTING_AGAINST_AWS.m Use the rake task `bundle exec rake test:azure` to test the Azure resources against an Azure account. -Please see [TESTING_AGAINST_AZURE.md](./test/integration/aws/TESTING_AGAINST_AZURE.md) for details on how to setup the needed Azure accounts to perform testing. +Please see [TESTING_AGAINST_AZURE.md](./test/integration/azure/TESTING_AGAINST_AZURE.md) for details on how to setup the needed Azure accounts to perform testing. ## License