We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0b1c0 commit 7d70c10Copy full SHA for 7d70c10
src/content/docs/d1/tutorials/import-to-d1-with-rest-api/index.mdx
@@ -51,7 +51,7 @@ To create the table, follow these steps:
51
CREATE TABLE IF NOT EXISTS TargetD1Table (id INTEGER PRIMARY KEY, text TEXT, date_added TEXT);
52
```
53
54
- Alternatively, you can use the [Wrangler CLI]().
+ Alternatively, you can use the [Wrangler CLI](/workers/wrangler/install-and-update/).
55
56
```bash
57
# Create a D1 database
0 commit comments