Skip to content

Commit

Permalink
fix: small url tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Jan 20, 2025
1 parent 7dae48f commit dcb24e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/cloudo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion website/content/adapters/fetch/cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This is a continuation of the [Basic Setup](/getting-started/basic-setup) guide.
<Step>
### 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'
Expand Down

0 comments on commit dcb24e4

Please sign in to comment.