Skip to content

docs: Fix dead links in README.md reported by textlint#147

Open
dhruv-38 wants to merge 1 commit intosugarlabs:developfrom
dhruv-38:docs/fix-dead-links
Open

docs: Fix dead links in README.md reported by textlint#147
dhruv-38 wants to merge 1 commit intosugarlabs:developfrom
dhruv-38:docs/fix-dead-links

Conversation

@dhruv-38
Copy link

This PR addresses and resolves the three dead link errors found in the README.md file when running the project's quality check (yarn run lint).

The project's configured Textlint tool flagged these links using the no-dead-link rule (due to 301 Moved Permanently redirects).

By applying the linter's autofix command, the links are updated to their canonical, final destinations, ensuring the README.md passes all required checks:

eslint src/**/*.ts - Passes

textlint README.md - Passes

This contribution is a small documentation cleanup to maintain project quality and ensure a clean environment for all new contributors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant