From abda54f55cdd5ce4421f7e2cc8f28f9188daedd2 Mon Sep 17 00:00:00 2001 From: m-kovalsky Date: Wed, 3 Feb 2021 16:58:01 +0200 Subject: [PATCH] Update README.md --- BestPracticeRules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BestPracticeRules/README.md b/BestPracticeRules/README.md index 47a36ad..8da953a 100644 --- a/BestPracticeRules/README.md +++ b/BestPracticeRules/README.md @@ -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);