Update README.md

This commit is contained in:
m-kovalsky 2021-02-03 16:58:01 +02:00 committed by GitHub
parent d4c910e239
commit abda54f55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ Following these steps will automatically load the Best Practice Rules into your
System.Net.WebClient w = new System.Net.WebClient();
string userName = System.Environment.UserName;
string url = "https://raw.githubusercontent.com/m-kovalsky/BestPracticeRules/main/BPARules.json";
string url = "https://raw.githubusercontent.com/microsoft/Analysis-Services/master/BestPracticeRules/BPARules.json";
string downloadLoc = @"C:\Users\"+userName+@"\AppData\Local\TabularEditor\BPARules.json";
w.DownloadFile(url, downloadLoc);