-
Notifications
You must be signed in to change notification settings - Fork 10
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(web): broken links on homepage resolving issue #384 #385
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 | ||||
---|---|---|---|---|---|---|
|
@@ -27,15 +27,15 @@ import { Card, CardGrid } from "@astrojs/starlight/components"; | |||||
</Card> | ||||||
<Card title="Run the lint" icon="rocket"> | ||||||
Run `commitlint` to lint your commit messages. See [the | ||||||
guides](/commitlint-rs/guides/cli) about the CLI. | ||||||
guides](/commitlint-rs/setup/installation) about the CLI. | ||||||
</Card> | ||||||
<Card title="Check the Rules" icon="add-document"> | ||||||
Check each rules to see what is allowed and what is not. See [the | ||||||
rules](/commitlint-rs/guide/rules) for more information. | ||||||
rules](/commitlint-rs/rules/body-empty) for more information. | ||||||
</Card> | ||||||
<Card title="Customize your rules" icon="setting"> | ||||||
Edit commitlint configurations to customize your rules. See [the | ||||||
rules](/commitlint-rs/guide/rules) for more information. | ||||||
rules](/commitlint-rs/rules/body-empty) for more information. | ||||||
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. 🛠️ Refactor suggestion Link doesn't match the card's context The "Customize your rules" card should ideally point to documentation about rule configuration rather than a specific rule definition. This would better align with the card's purpose of helping users customize their commitlint configuration. Consider updating the link to point to configuration documentation: - rules](/commitlint-rs/rules/body-empty) for more information.
+ configuration](/commitlint-rs/guides/configuration) for more information. 📝 Committable suggestion
Suggested change
|
||||||
</Card> | ||||||
<Card title="Report issues" icon="error"> | ||||||
Report issues to the [GitHub | ||||||
|
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.
💡 Codebase verification
The link path in the documentation is incorrect
The link
/commitlint-rs/setup/installation
is incorrect as the actual documentation file is located at/commitlint-rs/setup/install
. This needs to be updated to match the existing file structure.web/src/content/docs/index.mdx
, line 30: Change/commitlint-rs/setup/installation
to/commitlint-rs/setup/install
🔗 Analysis chain
Verify the new installation guide path
The link has been updated from CLI guides to installation documentation. Let's verify that this new path exists and is the intended destination.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 104
Script:
Length of output: 1681
Script:
Length of output: 2441