Skip to content

Commit 0f0605c

Browse files
committed
Fix broken link to /apis/types in docs
1 parent 1190782 commit 0f0605c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/features/queries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ console.log(res.rows[0]) // ['Brian', 'Carlson']
123123

124124
### Types
125125

126-
You can pass in a custom set of type parsers to use when parsing the results of a particular query. The `types` property must conform to the [Types](/api/types) API. Here is an example in which every value is returned as a string:
126+
You can pass in a custom set of type parsers to use when parsing the results of a particular query. The `types` property must conform to the [Types](/apis/types) API. Here is an example in which every value is returned as a string:
127127

128128
```js
129129
const query = {

0 commit comments

Comments
 (0)