Skip to content

Commit

Permalink
Fix broken link to example custom handler (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly authored Aug 25, 2023
1 parent 1a028b4 commit d47e301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/reference/serve/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ The API works by exposing a single endpoint at `/api/inngest` which handles diff

If the framework that your application uses is not included in our list of [first-party supported frameworks](/docs/sdk/serve), you can create a custom `serve` handler.

To create your own handler, check out the [example handler](https://github.com/inngest/inngest-js/blob/main/examples/functions/handler.ts) in our SDK's open source repo to understand how it works.
To create your own handler, check out the [example handler](https://github.com/inngest/inngest-js/blob/main/packages/inngest/src/test/functions/handler.ts) in our SDK's open source repo to understand how it works.

1 comment on commit d47e301

@vercel
Copy link

@vercel vercel bot commented on d47e301 Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

website – ./

website-git-main-inngest.vercel.app
inngest.vercel.app
website-inngest.vercel.app
www.inngest.com

Please sign in to comment.