Skip to content

Commit

Permalink
docs: revamp with new repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Bowe committed Jul 7, 2020
1 parent 8beb004 commit a9e9f28
Show file tree
Hide file tree
Showing 43 changed files with 133 additions and 129 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
```

Expand Down Expand Up @@ -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;
```

Expand Down
Loading

0 comments on commit a9e9f28

Please sign in to comment.