Skip to content

Commit

Permalink
Fix node-postgres.com/apis/... links (#912)
Browse files Browse the repository at this point in the history
* Fix link: node-postgres.com/apis/client

It was /api/client which 404s

* another one
  • Loading branch information
mmkal committed Feb 27, 2024
1 parent 8343d4b commit 8f30428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/database.js
Expand Up @@ -1679,5 +1679,5 @@ module.exports = config => {

/**
* @external Result
* @see https://node-postgres.com/api/result
* @see https://node-postgres.com/apis/result
*/
2 changes: 1 addition & 1 deletion lib/main.js
Expand Up @@ -415,7 +415,7 @@ module.exports = $main;

/**
* @external Client
* @see https://node-postgres.com/api/client
* @see https://node-postgres.com/apis/client
*/

/**
Expand Down

0 comments on commit 8f30428

Please sign in to comment.