Skip to content

Commit 7dbf844

Browse files
committed
Fixing broken links
1 parent 4f2a119 commit 7dbf844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/d1/worker-api/run-a-statement.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const returnValue = await stmt.run();
2727

2828
- <code>D1Result</code>: <Type text="Object"/>
2929
- An object containing the success status, a meta object, and an array of objects containing the query results.
30-
- For more information on the object, refer to [`D1Result`](/d1/worker-api/return-object/d1result).
30+
- For more information on the object, refer to [`D1Result`](/d1/worker-api/return-object/#d1result).
3131

3232
<Details header="Example of return values" open = {false}>
3333
```js
@@ -295,7 +295,7 @@ const batchResult = await env.DB.batch([
295295

296296
- <code>results</code>: <Type text="Array"/>
297297
- An array of `D1Result` objects containing the results of the `.db.prepare()` statements. Each object is in the array position corresponding to the array position of the initial `db.prepare()` statement within the `statementArray`.
298-
- Refer to [`D1Result`](/d1/worker-api/return-object/d1result) for more information about this object.
298+
- Refer to [`D1Result`](/d1/worker-api/return-object/#d1result) for more information about this object.
299299

300300
<Details header="Example of return values" open={false}>
301301

0 commit comments

Comments
 (0)