Skip to content
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

refactor: link to MDN as a canonical resource #943

Merged
merged 2 commits into from
May 20, 2024

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    f2771b0 View commit details
    Browse the repository at this point in the history
  2. fix: link MDN on first mention of regular expressions

    Also replace one external resource with MDN. Let's be consistent
    in what we recommend. Even though the tool looks great, I think
    it's better to link to an explanation of the concept.
    MDN has a section 'Tools', which lists similar tools, and they'll
    maintain it for us if new tools appear or old ones disappear.
    
    See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#tools
    honzajavorek committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e383a5d View commit details
    Browse the repository at this point in the history