We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b7e23 commit 774891cCopy full SHA for 774891c
site/agents/src/components/cloudflare-pieces.tsx
@@ -114,8 +114,10 @@ export function CloudflarePieces() {
114
)
115
},
116
{
117
- label: "Pages",
118
- url: withUtm("https://developers.cloudflare.com/pages/")
+ label: "Workers",
+ url: withUtm(
119
+ "https://developers.cloudflare.com/workers/"
120
+ )
121
}
122
]
123
0 commit comments