Skip to content

Commit 970804b

Browse files
authored
Update pg-connection-string url in connecting.mdx (brianc#3005)
1 parent 8d211e2 commit 970804b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/features/connecting.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ client = new Client({
127127

128128
## Connection URI
129129

130-
You can initialize both a pool and a client with a connection string URI as well. This is common in environments like Heroku where the database connection string is supplied to your application dyno through an environment variable. Connection string parsing brought to you by [pg-connection-string](https://github.com/iceddev/pg-connection-string).
130+
You can initialize both a pool and a client with a connection string URI as well. This is common in environments like Heroku where the database connection string is supplied to your application dyno through an environment variable. Connection string parsing brought to you by [pg-connection-string](https://github.com/brianc/node-postgres/tree/master/packages/pg-connection-string).
131131

132132
```js
133133
import { Pool, Client } from 'pg'

0 commit comments

Comments
 (0)