Skip to content

Commit 501babb

Browse files
committed
Fixes pipeline, broken links
1 parent c88356a commit 501babb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/content/changelog/r2-sql/2025-09-25-announcing-r2-sql-open-beta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ ORDER BY __ingest_ts DESC
2828
LIMIT 100"
2929
```
3030

31-
To get started with R2 SQL, check out our [getting started guide](/r2-sql/get-started/) or learn more about supported features in the [SQL reference](/r2-sql/reference/sql-reference/). For a technical deep dive into how we built R2 SQL, read our [blog post](https://blog.cloudflare.com/r2-sql-deep-dive/).
31+
To get started with R2 SQL, check out our [getting started guide](/r2-sql/get-started/) or learn more about supported features in the [SQL reference](/r2-sql/sql-reference/). For a technical deep dive into how we built R2 SQL, read our [blog post](https://blog.cloudflare.com/r2-sql-deep-dive/).

src/content/docs/r2-sql/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,6 @@ You can also query this table with any engine that supports Apache Iceberg. To l
351351

352352
<LinkCard
353353
title="Pipelines"
354-
href="/pipelines/pipelines/"
354+
href="/pipelines/"
355355
description="Understand SQL transformations and pipeline configuration."
356356
/>

src/content/docs/r2-sql/query-data.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To run a SQL query, run the [`r2 sql query` command](/workers/wrangler/commands/
4646
npx wrangler r2 sql query <WAREHOUSE> "SELECT * FROM namespace.table_name limit 10;"
4747
```
4848

49-
For a full list of supported sql commands, refer to the [R2 SQL reference page](/r2-sql/reference/sql-reference).
49+
For a full list of supported sql commands, refer to the [R2 SQL reference page](/r2-sql/sql-reference).
5050

5151
## Query via API
5252

@@ -64,7 +64,7 @@ curl -X POST \
6464

6565
The API requires an API token with the appropriate permissions in the Authorization header. Refer to [Authentication](#authentication) for details on creating a token.
6666

67-
For a full list of supported sql commands, refer to the [R2 SQL reference page](/r2-sql/reference/sql-reference).
67+
For a full list of supported sql commands, refer to the [R2 SQL reference page](/r2-sql/sql-reference).
6868

6969
## Authentication
7070

src/content/partials/workers/wrangler-commands/r2-sql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ wrangler r2 sql query <warehouse> <query>
2121
- `warehouse` <Type text="string" /> <MetaInfo text="required" />
2222
- Your R2 Data Catalog [warehouse name](/r2-sql/query-data/#get-your-warehouse-name).
2323
- `query` <Type text="string" /> <MetaInfo text="required" />
24-
- The SQL query to execute. Refer to the [SQL reference](/r2-sql/reference/sql-reference/).
24+
- The SQL query to execute. Refer to the [SQL reference](/r2-sql/sql-reference/).

0 commit comments

Comments
 (0)