Skip to content

Commit 4ab692a

Browse files
committed
Fixed broken links
1 parent 1dfcc0d commit 4ab692a

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/content/docs/pipelines/reference/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Render } from "~/components"
99

1010
:::note
1111

12-
Many of these limits will increase during Pipelines' public beta period. [Follow our changelog](/pipelines/platform/changelog/) to keep up with the changes.
12+
Many of these limits will increase during Pipelines' public beta period. [Follow our changelog](/pipelines/reference/changelog/) to keep up with the changes.
1313

1414
:::
1515

src/content/docs/pipelines/sources/worker-bindings.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Worker Bindings
33
pcx_content_type: concept
44
sidebar:
55
order: 2
6-
head:
7-
- tag: title
8-
content: Worker Bindings
96
---
107

11-
import { Render, PackageManagers } from "~/components";
8+
import { Render, PackageManagers } from "~/components"
129

13-
You can send records to your Pipeline directly from a [Cloudflare Worker](workers/). To do so, you need to:
10+
You can send records to your Pipeline directly from a [Cloudflare Worker](/workers/). To do so, you need to:
1411
1. Create a Worker
1512
2. Create a Pipeline
1613
3. Add your Pipeline as a binding in your Workers' `wrangler.toml` file
@@ -49,7 +46,7 @@ Create a new Pipeline, if you don't already have one. Follow the instructions in
4946
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.
5047

5148
## 3. Add a Binding
52-
To connect your Worker to your Pipeline, you need to create a binding. [Bindings](workers/runtime-apis/bindings/) allow you to grant specific capabilities to your Worker.
49+
To connect your Worker to your Pipeline, you need to create a binding. [Bindings](/workers/runtime-apis/bindings/) allow you to grant specific capabilities to your Worker.
5350

5451
Open your newly generated `wrangler.toml` configuration file and add the following:
5552

0 commit comments

Comments
 (0)