Skip to content

Commit 7d70c10

Browse files
committed
Adding actual link to blank link syntax.
1 parent 4d0b1c0 commit 7d70c10

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
@@ -51,7 +51,7 @@ To create the table, follow these steps:
5151
CREATE TABLE IF NOT EXISTS TargetD1Table (id INTEGER PRIMARY KEY, text TEXT, date_added TEXT);
5252
```
5353

54-
Alternatively, you can use the [Wrangler CLI]().
54+
Alternatively, you can use the [Wrangler CLI](/workers/wrangler/install-and-update/).
5555

5656
```bash
5757
# Create a D1 database

0 commit comments

Comments
 (0)