From 5c81666376452786ceb08410e79e66230d1ea5b2 Mon Sep 17 00:00:00 2001 From: Shoujian Zheng Date: Thu, 26 Oct 2023 00:25:37 +0800 Subject: [PATCH] fix: links to cases in README are mixed up --- .changeset/light-moose-play.md | 2 ++ README.md | 4 ++-- README_zh.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .changeset/light-moose-play.md diff --git a/.changeset/light-moose-play.md b/.changeset/light-moose-play.md new file mode 100644 index 00000000..a845151c --- /dev/null +++ b/.changeset/light-moose-play.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/README.md b/README.md index a30576e6..b30f6227 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_zh.md b/README_zh.md index a8db85ee..b6ce2a76 100644 --- a/README_zh.md +++ b/README_zh.md @@ -79,8 +79,8 @@ router.get("/store", async (req: Request): Promise => { **想要了解更多案例?** -- [基于 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) ## 🤯 痛点