From 02130cd138ad866e172e6fb992eb0783a4ba34be Mon Sep 17 00:00:00 2001 From: allanbowe Date: Mon, 26 Apr 2021 21:32:13 +0200 Subject: [PATCH] chore: automated commit --- docs/dci-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dci-troubleshooting.md b/docs/dci-troubleshooting.md index 0780a4d..6000176 100644 --- a/docs/dci-troubleshooting.md +++ b/docs/dci-troubleshooting.md @@ -24,7 +24,7 @@ The imported version of Data Controller is set up to work with the Stored Proces ``` /* get the macros (or download / %include seperately) */ -filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/mc_all.sas"; +filename mc url "https://raw.githubusercontent.com/sasjs/core/main/all.sas"; %inc mc; /* put the path to your Data Controller folder here */