Skip to content

Commit 2852fd9

Browse files
committed
Updating instruction to point to ms master.
1 parent ff80680 commit 2852fd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm

samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sudo systemctl reboot
2525
1. Download the script on the VM you are planning to use for the deployment
2626

2727
``` bash
28-
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
28+
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
2929
```
3030

3131
2. Make the script executable
@@ -48,7 +48,7 @@ In case the setup-controller.sh fails and does not complete successfully, you sh
4848
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.
4949

5050
``` bash
51-
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
51+
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
5252
```
5353

5454
2. Make the script executable

0 commit comments

Comments
 (0)