You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ With Netquack, you can unlock deeper insights from your web-related datasets wit
8
8
9
9
## Installation 🚀
10
10
11
-
**netquack** is distributed as a [DuckDB Community Extension](https://github.com/duckdb/community-extensions) and can be installed using SQL:
11
+
**netquack** is distributed as a [DuckDB Community Extension](https://duckdb.org/community_extensions/) and can be installed using SQL:
12
12
13
13
```sql
14
14
INSTALL netquack FROM community;
@@ -24,7 +24,7 @@ LOAD netquack;
24
24
25
25
## Usage Examples 📚
26
26
27
-
Once installed, the [macro functions](https://community-extensions.duckdb.org/extensions/netquack.html#added-functions) provided by the extension can be used just like built-in functions.
27
+
Once installed, the macro functions provided by the extension can be used just like built-in functions.
0 commit comments