Skip to content

Commit c63acad

Browse files
committed
Adjust slugs in docs pages
1 parent 0f0605c commit c63acad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/pages/apis/cursor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: pg.Cursor
3-
slug: /api/cursor
3+
slug: /apis/cursor
44
---
55

66
A cursor can be used to efficiently read through large result sets without loading the entire result-set into memory ahead of time. It's useful to simulate a 'streaming' style read of data, or exit early from a large result set. The cursor is passed to `client.query` and is dispatched internally in a way very similar to how normal queries are sent, but the API it presents for consuming the result set is different.

docs/pages/apis/result.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: pg.Result
3-
slug: /api/result
3+
slug: /apis/result
44
---
55

66
The `pg.Result` shape is returned for every successful query.

docs/pages/apis/types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Types
3-
slug: /api/types
3+
slug: /apis/types
44
---
55

66
These docs are incomplete, for now please reference [pg-types docs](https://github.com/brianc/node-pg-types).

0 commit comments

Comments
 (0)