Skip to content

Commit 42d8ca4

Browse files
committed
fix
1 parent 5812ec3 commit 42d8ca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/r2-sql/tutorials/end-to-end-pipeline.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ npx wrangler r2 bucket create fraud-pipeline
101101
<Steps>
102102
1. In the Cloudflare dashboard, go to the **R2 object storage** page.
103103

104-
<DashButton url="/?to=/:account/r2/overview" />
104+
<DashButton url="/?to=/:account/r2/overview" />
105105

106106
2. Select **Create bucket**.
107107

@@ -130,7 +130,7 @@ When you run this command, take note of the "Warehouse" and "Catalog URI". You w
130130
<Steps>
131131
1. In the Cloudflare dashboard, go to the **R2 object storage** page.
132132

133-
<DashButton url="/?to=/:account/r2/overview" />
133+
<DashButton url="/?to=/:account/r2/overview" />
134134

135135
2. Select the bucket: `fraud-pipeline`.
136136

@@ -167,7 +167,7 @@ npx wrangler r2 bucket catalog compaction enable fraud-pipeline --token $WRANGLE
167167
<Steps>
168168
1. In the Cloudflare dashboard, go to the **R2 object storage** page.
169169

170-
<DashButton url="/?to=/:account/r2/overview" />
170+
<DashButton url="/?to=/:account/r2/overview" />
171171

172172
2. Select the bucket: `fraud-pipeline`.
173173

0 commit comments

Comments
 (0)