Skip to content

Commit

Permalink
fix: links to cases in README are mixed up
Browse files Browse the repository at this point in the history
  • Loading branch information
jianzs committed Oct 25, 2023
1 parent 869565b commit 5c81666
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/light-moose-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Click [here](https://seafile.zhengsj.cn:7443/f/8b837938964d4ebea760/) to watch t

**Want to see more examples?**

- [Build your own chatbot based on the OpenAI API.](https://github.com/pluto-lang/pluto/tree/main/examples/daily-joke-slack)
- [A morning greeting message for everyone.](https://github.com/pluto-lang/pluto/tree/main/examples/chat-bot)
- [Build your own chatbot based on the OpenAI API.](https://github.com/pluto-lang/pluto/tree/main/examples/chat-bot)
- [Send a computer joke to the Slack channel every day.](https://github.com/pluto-lang/pluto/tree/main/examples/daily-joke-slack)

## 🤯 Pain Points

Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ router.get("/store", async (req: Request): Promise<string> => {

**想要了解更多案例?**

- [基于 OpenAI API 快速构建属于你自己的聊天机器人](https://github.com/pluto-lang/pluto/tree/main/examples/daily-joke-slack)
- [每个清晨的一封问候信息](https://github.com/pluto-lang/pluto/tree/main/examples/chat-bot)
- [基于 OpenAI API 快速构建属于你自己的聊天机器人](https://github.com/pluto-lang/pluto/tree/main/examples/chat-bot)
- [每天给 Slack 频道发送一则计算机笑话](https://github.com/pluto-lang/pluto/tree/main/examples/daily-joke-slack)

## 🤯 痛点

Expand Down

0 comments on commit 5c81666

Please sign in to comment.