Skip to content

Commit d9e65e1

Browse files
authored
[Docs Site] Remove duplicate markup link fragment (#20430)
* [Docs Site] Remote duplicate markup link address * [Docs Site] Remove extra braces to fix markup link
1 parent 8b4c6ad commit d9e65e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Create a new Worker as the means to query your database.
7373
Your new `d1-tutorial` directory includes:
7474

7575
- A `"Hello World"` [Worker](/workers/get-started/guide/#3-write-code) in `index.ts`.
76-
- A [[Wrangler configuration file](/workers/wrangler/configuration/)](/workers/wrangler/configuration/). This file is how your `d1-tutorial` Worker accesses your D1 database.
76+
- A [Wrangler configuration file](/workers/wrangler/configuration/). This file is how your `d1-tutorial` Worker accesses your D1 database.
7777

7878
</Steps>
7979

0 commit comments

Comments
 (0)