Skip to content

Commit b89d22f

Browse files
authored
add correct link to pg.pool documentation page (brianc#89)
https://node-postgres.com/api/pool
1 parent db26298 commit b89d22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/features/3-pooling.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The easiest and by far most common way to use node-postgres is through a connect
1717

1818
### Good news
1919

20-
node-postgres ships with built-in connection pooling via the [pg-pool]() module.
20+
node-postgres ships with built-in connection pooling via the [pg-pool](/api/pool) module.
2121

2222
## Examples
2323

0 commit comments

Comments
 (0)