Skip to content

Commit 948d083

Browse files
authored
Update src/content/docs/d1/worker-api/index.mdx
1 parent b7be300 commit 948d083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/worker-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { DirectoryListing, Details, Steps } from "~/components";
99

1010
You can execute SQL queries on your D1 database from a Worker using the Worker Binding API. To do this, you can perform the following steps:
1111

12-
1. [Bind the D1 Database](d1/get-started/#3-bind-your-worker-to-your-d1-database).
12+
1. [Bind the D1 Database](/d1/get-started/#3-bind-your-worker-to-your-d1-database).
1313
2. [Prepare a statement](/d1/worker-api/d1-database/#prepare).
1414
3. [Run the prepared statement](/d1/worker-api/prepared-statements).
1515
4. Analyze the [return object](/d1/worker-api/return-object) (if necessary).

0 commit comments

Comments
 (0)