mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[DOCS]: Broken Links in #288
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @QuantumGhost on GitHub (Dec 8, 2025).
Type of Documentation Change
Error/Typo fix
Documentation Page URL or Path
No response
Current Content
Links to the quick start guides in the Plugin Development section of README.md are all broken.
Example:
The Quick Start: Model Plugin URL points to the page with URL
https://docs.dify.ai/en/plugins/quick-start/develop-plugins/model-plugin/README. Requests to the url get redirected tohttps://docs.dify.ai/en/develop-plugin/0111-getting-started-dify-plugin, which responds a404 Page Not Founderror.Screenshot:
Other links to quick start guides are broken, too.
ref: https://github.com/langgenius/dify-plugins/issues/1688
Suggested Changes
Fix the broken links in plugin development guide, or redirect requests to those urls to correct pages.
Reason for Change
No response
Code of Conduct
@dosubot[bot] commented on GitHub (Dec 8, 2025):
The broken quick start guide links in the Plugin Development section are due to a recent documentation restructure. The correct URLs are now under /en/develop-plugin/ instead of the old /en/plugins/quick-start/develop-plugins/ paths. For example, the Model Plugin quick start should point to /en/develop-plugin/features-and-specs/plugin-types/model-schema, and the main getting started guide is at /en/develop-plugin/getting-started/getting-started-dify-plugin citation.
Redirects are configured for legacy URLs, but some (like those pointing to /en/develop-plugin/0111-getting-started-dify-plugin) currently result in 404 errors. To fix this, update the README and any other docs to reference the new URLs directly rather than relying on redirects, which may become outdated citation.
Here are some of the updated quick start guide URLs:
Updating the links in your documentation to these new paths should resolve the issue.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
@RiskeyL commented on GitHub (Dec 10, 2025):
This issue has been resolved by PR #1692 in the Dify Plugin repository.