-
Notifications
You must be signed in to change notification settings - Fork 11.1k
docs: fix broken links on docs landing pages and README security anchors #4967
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,19 +28,19 @@ Start with the conceptual overview first. | |
|
|
||
| Start with the Harness section. This path is for teams who want to integrate DeerFlow capabilities into their own system or build a custom agent product on top of the DeerFlow runtime. | ||
|
|
||
| - [DeerFlow Harness](./docs/harness) | ||
| - [Quick Start](./docs/harness/quick-start) | ||
| - [Configuration](./docs/harness/configuration) | ||
| - [Customization](./docs/harness/customization) | ||
| - [DeerFlow Harness](./harness) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [P1] Preserve the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You're right, and thank you for the route-level analysis. I traced back why these were changed: my static link audit resolved |
||
| - [Quick Start](./harness/quick-start) | ||
| - [Configuration](./harness/configuration) | ||
| - [Customization](./harness/customization) | ||
|
|
||
| ### If you want to deploy and use DeerFlow | ||
|
|
||
| Start with the App section. This path is for teams who want to run DeerFlow as a complete application and understand how to configure, operate, and use it in practice. | ||
|
|
||
| - [DeerFlow App](./docs/application) | ||
| - [Quick Start](./docs/application/quick-start) | ||
| - [Deployment Guide](./docs/application/deployment-guide) | ||
| - [Workspace Usage](./docs/application/workspace-usage) | ||
| - [DeerFlow App](./application) | ||
| - [Quick Start](./application/quick-start) | ||
| - [Deployment Guide](./application/deployment-guide) | ||
| - [Workspace Usage](./application/workspace-usage) | ||
|
|
||
| ## Documentation structure | ||
|
|
||
|
|
@@ -79,13 +79,13 @@ The App section is written for teams who want to deploy DeerFlow as a usable pro | |
|
|
||
| The Tutorials section is for hands-on, task-oriented learning. | ||
|
|
||
| - [Tutorials](./docs/tutorials/first-conversation) | ||
| - [Tutorials](./tutorials/first-conversation) | ||
|
|
||
| ### Reference | ||
|
|
||
| The Reference section is for detailed lookup material, including configuration, runtime modes, APIs, and source-oriented mapping. | ||
|
|
||
| - [Reference](./docs/reference/model-providers) | ||
| - [Reference](./reference/model-providers) | ||
|
|
||
| ## Choose the right path | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[P1] Keep the variation selector in the security anchor. GitHub renders the heading ID as
user-content-️-security-noticeand its permalink as#️-security-notice. The new#-security-noticetherefore no longer targets the heading; the same regression exists in the four translated README files. Please restore the original fragment in all five files.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed — the heading's⚠️ carries U+FE0F and GitHub preserves it in the slug, so my tool's normalization that stripped the variation selector was wrong here. The original fragment was correct in all five files; reverting.