From dcb24e47baad8072044de03a0dedf4b98d3435d2 Mon Sep 17 00:00:00 2001 From: Shadow Date: Mon, 20 Jan 2025 06:48:30 -0600 Subject: [PATCH] fix: small url tweaks --- apps/cloudo/README.md | 2 +- website/content/adapters/fetch/cloudflare.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cloudo/README.md b/apps/cloudo/README.md index cc5b2801..89f4fed9 100644 --- a/apps/cloudo/README.md +++ b/apps/cloudo/README.md @@ -2,6 +2,6 @@ This is a [Discord](https://discord.dev) app made with [Carbon](https://carbon.buape.com) and generated with the [`create-carbon`](https://npmjs.com/create-carbon) tool. -To learn how to get started in development, deploy to production, or add commands, head over to the [documentation](https://carbon.buape.com/adapters/cloudflare) for your runtime. +To learn how to get started in development, deploy to production, or add commands, head over to the [documentation](https://carbon.buape.com/adapters/fetch/cloudflare) for your runtime. If you need any assistance, you can join our [Discord](https://go.buape.com/carbon) and ask in the [`#support`](https://discord.com/channels/1280628625904894072/1280630704308486174) channel. \ No newline at end of file diff --git a/website/content/adapters/fetch/cloudflare.mdx b/website/content/adapters/fetch/cloudflare.mdx index 6387c206..f91ebb93 100644 --- a/website/content/adapters/fetch/cloudflare.mdx +++ b/website/content/adapters/fetch/cloudflare.mdx @@ -37,7 +37,7 @@ This is a continuation of the [Basic Setup](/getting-started/basic-setup) guide. ### Create a Fetch Handler -Using the `@buape/carbon/adapters/cloudflare` package, you can create a handler that you can then export for Cloudflare Workers. This server will handle incoming interactions and route them to your bot. +Using the `@buape/carbon/adapters/fetch` package, you can create a handler that you can then export for Cloudflare Workers. This server will handle incoming interactions and route them to your bot. ```ts title="src/index.ts" import { createHandler } from '@buape/carbon/adapters/fetch'