Skip to content

Commit 112140e

Browse files
committed
Fixed broken links
1 parent 72381fc commit 112140e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ To use Pipelines, you will need:
3333

3434
## 1. Set up an R2 bucket and get your API tokens.
3535

36-
Pipelines are built to ingest data and store it in an R2 bucket. Create a bucket by following the [get started guide for R2](r2/get-started/). Save the bucket name for the next step.
36+
Pipelines are built to ingest data and store it in an R2 bucket. Create a bucket by following the [get started guide for R2](/r2/get-started/). Save the bucket name for the next step.
3737

38-
Secondly, make sure to get your R2 API tokens to use in the next step. Follow the guide on obtaining R2 API tokens in the [R2 API Tokens Guide](r2/api/s3/tokens/), and make sure to save your Secret Access Key and Access Key IDs.
38+
Secondly, make sure to get your R2 API tokens to use in the next step. Follow the guide on obtaining R2 API tokens in the [R2 API Tokens Guide](/r2/api/s3/tokens/), and make sure to save your Secret Access Key and Access Key IDs.
3939

4040
## 2. Create a Pipeline
4141

src/content/docs/pipelines/sources/Workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cd pipeline-worker
4545
```
4646

4747
## 2. Create a Pipeline
48-
Create a new Pipeline, if you don't already have one. If this is your first time using Pipelines, follow the instructions in the [get started guide](pipelines/get-started).
48+
Create a new Pipeline, if you don't already have one. If this is your first time using Pipelines, follow the instructions in the [get started guide](/pipelines/get-started).
4949

5050
By default, Worker bindings are enabled on all Pipelines. Keep track of the name you gave your Pipeline in this stage; we'll use it in the next step.
5151

0 commit comments

Comments
 (0)