Skip to content

Commit 451a003

Browse files
fix broken link in slackbot sample
1 parent 6491f26 commit 451a003

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blog/2024-03-28-slackbot-sample.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: [Cloud, NoDevOps, BYOC, AWS ECS, defang compose up, Slack API]
55
author: Raphaël Titsworth-Morin
66
---
77

8-
Hey folks! Today, I'm going to share one of our code samples that will show you how to deploy a simple Slack bot. If you're looking to connect a cloud service to Slack to publish status updates, or something else like that, this should help you get started. We'll walk through a step-by-step process of writing a Go program using the [github.com/slack-go/slack](github.com/slack-go/slack) library to interact with the Slack API and easily deploy it using Defang.
8+
Hey folks! Today, I'm going to share one of our code samples that will show you how to deploy a simple Slack bot. If you're looking to connect a cloud service to Slack to publish status updates, or something else like that, this should help you get started. We'll walk through a step-by-step process of writing a Go program using the [github.com/slack-go/slack](https://github.com/slack-go/slack) library to interact with the Slack API and easily deploy it using Defang.
99

1010
## Prerequisites
1111

@@ -57,4 +57,3 @@ curl 'https://raphaeltm-bot--8080.prod1.defang.dev/' \
5757

5858
## Takeaways
5959
Congratulations! You've successfully deployed a Slackbot using Defang. If you deployed this as an internal service, you could use it to send status updates, alerts, or other important messages to your team. The possibilities are endless!
60-

0 commit comments

Comments
 (0)