Skip to content

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshwarip committed Dec 6, 2024
1 parent 72381fc commit 112140e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/pipelines/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ To use Pipelines, you will need:

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

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.
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.

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.
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.

## 2. Create a Pipeline

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/pipelines/sources/Workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cd pipeline-worker
```

## 2. Create a Pipeline
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).
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).

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.

Expand Down

0 comments on commit 112140e

Please sign in to comment.