Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: broken links in plugins doc #515

Merged
merged 2 commits into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions en/plugins/quick-start/develop-plugins/extension-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ You can now publish your plugin by uploading it to the [Dify Plugins code reposi
* [Models](../schema-definition/model/model-schema.md)
* [Extend Agent Strategy](../schema-definition/agent.md)

**Best Practices:**




[Develop a Slack Bot Plugin](../../best-practice/develop-a-slack-bot-plugin.md)
2 changes: 1 addition & 1 deletion jp/plugins/quick-start/develop-plugins/extension-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ dify-plugin package ./neko

**ベストプラクティス:**

[Slack Botプラグインの開発](best-practice/develop-slack-bot.md)
[Slack Botプラグインの開発](../../best-practice/develop-a-slack-bot-plugin.md)
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ dify-plugin package ./neko

**最佳实践:**

[开发 Slack Bot 插件](best-practice/develop-slack-bot.md)
[开发 Slack Bot 插件](../../best-practice/develop-a-slack-bot-plugin.md)
Loading