Skip to content

Commit 49f55d3

Browse files
rikurauhalathijs
authored and
thijs
committed
Update pg-connection-string url in connecting.mdx (brianc#3005)
1 parent 41db6bf commit 49f55d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/features/connecting.mdx

Lines changed: 1 addition & 1 deletion
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)