Skip to content

Commit c19e811

Browse files
author
Kimmo Forss
committed
Change path to main
1 parent f319e85 commit c19e811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/workloads/sap/automation-configure-devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Log in to Azure Cloud Shell
2626
```bash
2727
export ADO_ORGANIZATION=https://dev.azure.com/<yourorganization>
2828
export ADO_PROJECT=SAP Deployment Automation
29-
wget https://raw.githubusercontent.com/Azure/sap-automation/experimental/deploy/scripts/create_devops_artifacts.sh -O devops.sh
29+
wget https://raw.githubusercontent.com/Azure/sap-automation/main/deploy/scripts/create_devops_artifacts.sh -O devops.sh
3030
chmod +x ./devops.sh
3131
./devops.sh
3232
rm ./devops.sh
@@ -59,7 +59,7 @@ Once the variables are defined run the following script to create the service pr
5959

6060
```powershell
6161
62-
Invoke-WebRequest -Uri https://raw.githubusercontent.com/Azure/sap-automation/experimental/deploy/scripts/update_devops_credentials.ps1 -OutFile .\configureDevOps.ps1 ; .\configureDevOps.ps1
62+
Invoke-WebRequest -Uri https://raw.githubusercontent.com/Azure/sap-automation/main/deploy/scripts/update_devops_credentials.ps1 -OutFile .\configureDevOps.ps1 ; .\configureDevOps.ps1
6363
6464
```
6565

0 commit comments

Comments
 (0)