Skip to content

Commit ee56579

Browse files
authored
Update README.md
1 parent 2430526 commit ee56579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ LOAD webmacro;
1010
```
1111

1212
### Usage
13-
Create a DuckDB SQL Macro and save it somewhere. Here's an [example](https://gist.github.com/lmangani/518215a68e674ac662537d518799b893)
13+
Create a DuckDB SQL Macro and save it somewhere. Here's an [example](https://gist.githubusercontent.com/lmangani/518215a68e674ac662537d518799b893)
1414

1515
Load your remote macro onto your system using a URL:
1616

1717
```sql
18-
SELECT load_macro_from_url('https://gist.github.com/lmangani/518215a68e674ac662537d518799b893/raw/5f305480fdd7468f4ecda3686011bab8e8e711bf/bsky.sql') as res;
18+
SELECT load_macro_from_url('https://gist.githubusercontent.com/lmangani/518215a68e674ac662537d518799b893/raw/5f305480fdd7468f4ecda3686011bab8e8e711bf/bsky.sql') as res;
1919
┌─────────────────────────────────────────┐
2020
│ res │
2121
varchar

0 commit comments

Comments
 (0)