Skip to content

Commit 262ba44

Browse files
Update src/content/docs/d1/tutorials/import-to-d1-with-rest-api/index.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 00407a6 commit 262ba44

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/d1/tutorials/import-to-d1-with-rest-api

1 file changed

+1
-1
lines changed

src/content/docs/d1/tutorials/import-to-d1-with-rest-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ node index.js
429429
```
430430

431431
:::note
432-
If you encounter the `statement too long` error, you would need to break your SQL command into smaller chunks and upload them in batches. You can learn more about this error in the [D1 documentation](https://developers.cloudflare.com/d1/build-with-d1/import-export-data/#resolve-statement-too-long-error).
432+
If you encounter the `statement too long` error, you would need to break your SQL command into smaller chunks and upload them in batches. You can learn more about this error in the [D1 documentation](/d1/build-with-d1/import-export-data/#resolve-statement-too-long-error).
433433
:::
434434

435435
## Summary

0 commit comments

Comments
 (0)