From b754b35b87c52d572662b99ef2f2a30a4654396e Mon Sep 17 00:00:00 2001 From: m-kovalsky Date: Wed, 23 Jun 2021 09:27:40 +0300 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 2334729..62f139c 100644 --- a/BestPracticeRules/README.md +++ b/BestPracticeRules/README.md @@ -24,7 +24,7 @@ Following these steps will automatically load the Best Practice Rules into your 1. Open [Tabular Editor](https://tabulareditor.com/ "Tabular Editor"). 2. Connect to a model. -3. Run the following code in the Advanced Scripting window. +3. Run the following code in the [Advanced Scripting](https://docs.tabulareditor.com/Advanced-Scripting.html "Advanced Scripting") window. ```C# System.Net.WebClient w = new System.Net.WebClient();