Skip to content

Commit 51a87c0

Browse files
committed
chore: update README and links
1 parent 9782d17 commit 51a87c0

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ technologies:
3737

3838
- [Receive a webhook with Go and Gin](go/inbound)
3939

40+
## C#
41+
42+
- [Receive a webhook with C# and ASP.NET Core](dotnet/inbound)
43+
4044
## CLI
4145

4246
- [Run the Hookdeck CLI within a Docker container for CI/CD](cli/docker)

dotnet/inbound/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
An example application demonstrating receiving a webhook with C# and
44
[ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/?view=aspnetcore-6.0).
55

6-
- Follow the [Hookdeck Inbound Webhook Quickstart](https://hookdeck.com/docs/receive-webhooks)
7-
- Check out the [Hookdeck docs](https://hookdeck.com/docs?ref=github-quickstarts)
6+
- Follow the [Hookdeck Inbound Webhook Quickstart](https://hookdeck.com/docs/receive-webhooks?lang=c&ref=github-quickstarts)
7+
- Check out the [Hookdeck docs](https://hookdeck.com/docs?lang=c&ref=github-quickstarts)
88

99
## Before you begin
1010

1111
You'll need:
1212

13-
- The [Hookdeck CLI](https://hookdeck.com/docs/cli?ref=github-quickstarts-dotnet)
13+
- The [Hookdeck CLI](https://hookdeck.com/docs/cli?lang=c&ref=github-quickstarts)
1414
- The [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/)
1515

1616
## Get the code

go/inbound/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
An example application demonstrating receiving a webhook with Go and the [Gin Go web framework](https://github.com/gin-gonic/gin).
44

55
- Follow the [Hookdeck Inbound Webhook Quickstart](https://hookdeck.com/docs/receive-webhooks?lang=go&ref=github-quickstarts)
6-
- Check out the [Hookdeck docs](https://hookdeck.com/docs?ref=github-quickstarts)
6+
- Check out the [Hookdeck docs](https://hookdeck.com/docs?lang=go&ref=github-quickstarts)
77

88
## Before you begin
99

python/inbound/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
An example application demonstrating receiving a webhook with Python and [Flask(https://flask.palletsprojects.com/en/3.0.x/)].
44

55
- Follow the [Hookdeck Inbound Webhook Quickstart](https://hookdeck.com/docs/receive-webhooks?lang=python&ref=github-quickstarts)
6-
- Check out the [Hookdeck docs](https://hookdeck.com/docs?lang=js&ref=github-quickstarts)
6+
- Check out the [Hookdeck docs](https://hookdeck.com/docs?lang=python&ref=github-quickstarts)
77

88
## Before you begin
99

typescript/inbound/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An example application demonstrating receiving a webhook with TypeScript and
44
[Express.js](https://expressjs.com/).
55

66
- Follow the [Hookdeck Inbound Webhook Quickstart](https://hookdeck.com/docs/receive-webhooks?lang=js&ref=github-quickstarts)
7-
- Check out the [Hookdeck docs](https://hookdeck.com/docs?ref=github-quickstarts)
7+
- Check out the [Hookdeck docs](https://hookdeck.com/docs?lang=js&ref=github-quickstarts)
88

99
## Get the code
1010

0 commit comments

Comments
 (0)