Skip to content

Commit

Permalink
fixing some old links
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 5, 2024
1 parent 0f80d9b commit 282ed05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jsdoc/fixLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ const links = {
'spex.page': 'http://vitaly-t.github.io/spex/global.html#page',
'spex.sequence': 'http://vitaly-t.github.io/spex/global.html#sequence',
'Result': 'https://node-postgres.com/apis/result',
'pg-query-stream': 'https://github.com/brianc/node-pg-query-stream',
'QueryStream': 'https://github.com/brianc/node-pg-query-stream/blob/master/index.js#L5',
'pg-query-stream': 'https://github.com/brianc/node-postgres/tree/master/packages/pg-query-stream',
'QueryStream': 'https://github.com/brianc/node-postgres/blob/master/packages/pg-query-stream/src/index.ts',
'pg.Client': 'https://node-postgres.com/apis/client',
'BEGIN': 'http://www.postgresql.org/docs/9.6/static/sql-begin.html',
'Transaction Isolation': 'http://www.postgresql.org/docs/9.6/static/transaction-iso.html',
'pg-minify': 'https://github.com/vitaly-t/pg-minify',
'SQLParsingError': 'https://github.com/vitaly-t/pg-minify/blob/master/lib/error.js',
'PG': 'https://github.com/brianc/node-postgres',
'pg': 'https://github.com/brianc/node-postgres',
'pg-pool': 'https://github.com/brianc/node-pg-pool',
'pg-pool': 'https://github.com/brianc/node-postgres/tree/master/packages/pg-pool',
'Native Bindings': 'https://node-postgres.com/features/native',
'pg-native': 'https://github.com/brianc/node-pg-native',
'pg-native': 'https://github.com/brianc/node-postgres/tree/master/packages/pg-native',
'Named Parameters': 'https://github.com/vitaly-t/pg-promise#named-parameters',
'Index Variables': 'https://github.com/vitaly-t/pg-promise#index-variables',
'Nested Named Parameters': 'https://github.com/vitaly-t/pg-promise#nested-named-parameters',
Expand Down

0 comments on commit 282ed05

Please sign in to comment.