Skip to content

docs: replace redirected and outdated links - #688

Merged
DMartens merged 6 commits into
eslint:mainfrom
KumJungMin:docs/http-to-https
Jul 20, 2026
Merged

docs: replace redirected and outdated links#688
DMartens merged 6 commits into
eslint:mainfrom
KumJungMin:docs/http-to-https

Conversation

@KumJungMin

Copy link
Copy Markdown
Contributor

Prerequisites checklist

AI acknowledgment

  • I did not use AI to generate this PR.
  • (If the above is not checked) I have reviewed the AI-generated content before submitting.

What is the purpose of this pull request?

Update outdated documentation links to prevent unnecessary redirects and fix a broken link.

What changes did you make? (Give an overview)

  • Replaced an HTTP example URL with HTTPS.
Before After
http://eslint.org/docs/user-guide/configuring https://eslint.org/docs/latest/use/configure
http://example.com https://example.com
  • Updated redirected website URLs.
Before After
https://liftoff.io/ https://liftoff.ai/
https://netlify.com https://www.netlify.com
https://algolia.com https://www.algolia.com
https://eslint.org/docs/rules/no-undef https://eslint.org/docs/latest/rules/no-undef
https://eslint.org/docs/rules/no-unused-expressions https://eslint.org/docs/latest/rules/no-unused-expressions
https://eslint.org/docs/rules/no-unused-vars https://eslint.org/docs/latest/rules/no-unused-vars
https://eslint.org/docs/rules/padded-blocks https://eslint.org/docs/latest/rules/padded-blocks
  • Fixed the outdated typescript-eslint documentation link.
Before After
https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TYPED_LINTING.md https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/Typed_Linting.mdx

Related Issues

Is there anything you'd like reviewers to focus on?

@eslintbot eslintbot added this to Triage Jul 19, 2026
@github-project-automation github-project-automation Bot moved this to Needs Triage in Triage Jul 19, 2026
Comment thread examples/typescript/README.md Outdated
# TypeScript Example

The `@typescript-eslint` parser and the `recommended` config's rules will work in `ts` code blocks. However, [type-aware rules](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TYPED_LINTING.md) will not work because the code blocks are not part of a compilable `tsconfig.json` project.
The `@typescript-eslint` parser and the `recommended` config's rules will work in `ts` code blocks. However, [type-aware rules](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/Typed_Linting.mdx) will not work because the code blocks are not part of a compilable `tsconfig.json` project.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we are updating the link, we should use their website instead of their GitHub: "https://typescript-eslint.io/troubleshooting/typed-linting"

@KumJungMin KumJungMin Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the link to type-aware rules

Comment thread README.md
The following companies, organizations, and individuals support ESLint's ongoing maintenance and development. [Become a Sponsor](https://eslint.org/donate)
to get your logo on our READMEs and [website](https://eslint.org/sponsors).

<h3>Platinum Sponsors</h3>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please revert the changes to this file, as the section for sponsors is autogenerated (data)?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reverted the link change

@DMartens DMartens moved this from Needs Triage to Implementing in Triage Jul 19, 2026
@KumJungMin
KumJungMin requested a review from DMartens July 20, 2026 10:17

@DMartens DMartens left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM, thank you.

@DMartens
DMartens merged commit c73f9ec into eslint:main Jul 20, 2026
39 checks passed
@github-project-automation github-project-automation Bot moved this from Implementing to Complete in Triage Jul 20, 2026
@KumJungMin
KumJungMin deleted the docs/http-to-https branch July 21, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Complete

Development

Successfully merging this pull request may close these issues.

4 participants