1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-21 07:21:31 +00:00

docs: revamp with new repo location

This commit is contained in:
Allan Bowe
2020-07-07 23:09:33 +02:00
parent 8beb0048a3
commit a9e9f28e05
43 changed files with 133 additions and 129 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ cat > $OUTFILE <<'EOL'
'included' in SAS with just 2 lines of code:
filename mc url
"https://raw.githubusercontent.com/macropeople/macrocore/master/macrocore.sas";
"https://raw.githubusercontent.com/sasjs/core/master/macrocore.sas";
%inc mc;
The `build.sh` file in the https://github.com/macropeople/macrocore repo
The `build.sh` file in the https://github.com/sasjs/core repo
is used to create this file.
@author Allan Bowe