1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-17 05:33:13 +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

View File

@@ -5,7 +5,7 @@ Much quality. Many standards. The **Macro Core** library exists to save time and
You can download and compile them all in just two lines of SAS code:
```sas
filename mc url "https://raw.githubusercontent.com/sasjs/core/master/mc_all.sas";
filename mc url "https://raw.githubusercontent.com/sasjs/core/main/all.sas";
%inc mc;
```
@@ -54,7 +54,7 @@ The above can be done directly in your sas program, via an autoexec, or an initi
Alternatively - for quick access - simply run the following! This file contains all the macros.
```sas
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;
```