Skip to content

Commit aef7bff

Browse files
authored
Remove webhook repository link from notify quickstart (#844)
1 parent 575ca8a commit aef7bff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fern/api-reference/data/webhooks/notify-api-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Webhook listeners receive requests and process event data.
4141

4242
The listener responds to the Alchemy server with a `200` status code once you've successfully received the webhook event. Your webhook listener can be a simple server or Slack integration to receive the webhook listener data.
4343

44-
After setting up the webhooks in your Alchemy dashboard (or programmatically) use the starter code in JavaScript, Python, Go, and Rust below. Here's the [GitHub repository](https://github.com/alchemyplatform/webhook-examples) for the entire code.
44+
After setting up the webhooks in your Alchemy dashboard (or programmatically) use the starter code in JavaScript, Python, Go, and Rust below.
4545

4646
<CodeGroup>
4747
```ts typescript

fern/api-reference/data/webhooks/webhooks-quickstart/notify-api-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Webhook listeners receive requests and process event data.
2525

2626
The listener responds to the Alchemy server with a `200` status code once it successfully receives the webhook event. Your webhook listener can be a simple server or Slack integration to receive the webhook listener data.
2727

28-
After setting up the webhooks in your Alchemy dashboard (or programmatically) use the starter code in JavaScript, Python, Go, and Rust below. Here's the [GitHub repository](https://github.com/alchemyplatform/webhook-examples) for the entire code.
28+
After setting up the webhooks in your Alchemy dashboard (or programmatically) use the starter code in JavaScript, Python, Go, and Rust below.
2929

3030
<CodeGroup>
3131
```ts typescript

0 commit comments

Comments
 (0)