Skip to content

Commit 5daf55e

Browse files
committed
Update data source URL for SynapseHelpKB
1 parent da8dc43 commit 5daf55e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/resources/templates/global/bedrock-kb-template.json.vpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"WebConfiguration": {
177177
"SourceConfiguration": {
178178
"UrlConfiguration": {
179-
"SeedUrls": [ { "Url": "https://help.synapse.org" } ]
179+
"SeedUrls": [ { "Url": "https://docs.synapse.org/synapse-docs" } ]
180180
}
181181
}
182182
}

src/test/resources/global/dev-global-resources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"Description": "The datasource for the synapse help document, the data is crawled from the synapse help website",
218218
"DataSourceConfiguration": {
219219
"Type": "WEB",
220-
"WebConfiguration": {"SourceConfiguration": {"UrlConfiguration": {"SeedUrls": [{"Url": "https://help.synapse.org"}]}}}
220+
"WebConfiguration": {"SourceConfiguration": {"UrlConfiguration": {"SeedUrls": [{"Url": "https://docs.synapse.org/synapse-docs"}]}}}
221221
}
222222
}
223223
},

src/test/resources/global/prod-global-resources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"Description": "The datasource for the synapse help document, the data is crawled from the synapse help website",
237237
"DataSourceConfiguration": {
238238
"Type": "WEB",
239-
"WebConfiguration": {"SourceConfiguration": {"UrlConfiguration": {"SeedUrls": [{"Url": "https://help.synapse.org"}]}}}
239+
"WebConfiguration": {"SourceConfiguration": {"UrlConfiguration": {"SeedUrls": [{"Url": "https://docs.synapse.org/synapse-docs"}]}}}
240240
}
241241
}
242242
},

0 commit comments

Comments
 (0)