Skip to content

Commit 05d2e97

Browse files
url updated to point latest repo name
1 parent 82668d4 commit 05d2e97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/main.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var solutionPrefix = 'dg${padLeft(take(uniqueId, 12), 12, '0')}'
6262
var resourceGroupLocation = resourceGroup().location
6363

6464
var solutionLocation = resourceGroupLocation
65-
var baseUrl = 'https://raw.githubusercontent.com/microsoft/Generic-Build-your-own-copilot-Solution-Accelerator/main/'
65+
var baseUrl = 'https://raw.githubusercontent.com/microsoft/document-generation-solution-accelerator/main/'
6666

6767
var ApplicationInsightsName = 'appins-${solutionPrefix}'
6868
var WorkspaceName = 'worksp-${solutionPrefix}'

infra/main.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.34.1.11899",
8-
"templateHash": "498892376344234261"
8+
"templateHash": "3385834780038216651"
99
}
1010
},
1111
"parameters": {
@@ -92,7 +92,7 @@
9292
"solutionPrefix": "[format('dg{0}', padLeft(take(variables('uniqueId'), 12), 12, '0'))]",
9393
"resourceGroupLocation": "[resourceGroup().location]",
9494
"solutionLocation": "[variables('resourceGroupLocation')]",
95-
"baseUrl": "https://raw.githubusercontent.com/microsoft/Generic-Build-your-own-copilot-Solution-Accelerator/main/",
95+
"baseUrl": "https://raw.githubusercontent.com/microsoft/document-generation-solution-accelerator/main/",
9696
"ApplicationInsightsName": "[format('appins-{0}', variables('solutionPrefix'))]",
9797
"WorkspaceName": "[format('worksp-{0}', variables('solutionPrefix'))]"
9898
},

0 commit comments

Comments
 (0)