From 2852fd9f14b5efa613d98fa117b4057fdeb191de Mon Sep 17 00:00:00 2001 From: "Anton Antonov (TONY)" Date: Thu, 5 Dec 2019 17:34:11 -0800 Subject: [PATCH] Updating instruction to point to ms master. --- .../deployment/kubeadm/ubuntu-single-node-vm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/README.md b/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/README.md index 484d8150..1487a7e5 100644 --- a/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/README.md +++ b/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/README.md @@ -25,7 +25,7 @@ sudo systemctl reboot 1. Download the script on the VM you are planning to use for the deployment ``` bash -curl --output setup-controller.sh https://raw.githubusercontent.com/ananto-msft/sql-server-samples/master/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh +curl --output setup-controller.sh https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh ``` 2. Make the script executable @@ -48,7 +48,7 @@ In case the setup-controller.sh fails and does not complete successfully, you sh 1. The [cleanup-controller.sh](cleanup-controller.sh/) script is provided as convenience to reset the environment in case of errors. However, we recommend that you use a virtual machine for testing purposes and use the snapshot capability in your hyper-visor to rollback the virtual machine to a clean state. ``` bash -curl --output cleanup-controller.sh https://raw.githubusercontent.com/ananto-msft/sql-server-samples/master/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/cleanup-controller.sh +curl --output cleanup-controller.sh https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/cleanup-controller.sh ``` 2. Make the script executable