Skip to content

Commit f5975e6

Browse files
authored
update fwlink for abtesting (#3830)
1 parent b55e2c7 commit f5975e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Extension/src/abTesting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class ABTestSettings {
9797
let hasError: boolean = false;
9898
let telemetryProperties: { [key: string]: string } = {};
9999
const localConfigPath: string = util.getExtensionFilePath(localConfigFile);
100-
return util.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=2026205", localConfigPath)
100+
return util.downloadFileToDestination("https://go.microsoft.com/fwlink/?linkid=2097702", localConfigPath)
101101
.catch((error) => {
102102
// More specific error info is not likely to be helpful, and we get detailed download data from the initial install.
103103
hasError = true;

0 commit comments

Comments
 (0)