Skip to content

Commit dde1f6d

Browse files
committed
docs: update links
[no ci]
1 parent d7f4bec commit dde1f6d

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
@@ -8,7 +8,7 @@ With Netquack, you can unlock deeper insights from your web-related datasets wit
88

99
## Installation 🚀
1010

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:
1212

1313
```sql
1414
INSTALL netquack FROM community;
@@ -24,7 +24,7 @@ LOAD netquack;
2424

2525
## Usage Examples 📚
2626

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.
2828

2929
### Extracting The Main Domain
3030

0 commit comments

Comments
 (0)