Skip to content

Comments

docs: fix broken Markdown link (issue #9123)#9151

Merged
Planeshifter merged 2 commits intostdlib-js:developfrom
manit2004:fix-modulecounts-link
Dec 17, 2025
Merged

docs: fix broken Markdown link (issue #9123)#9151
Planeshifter merged 2 commits intostdlib-js:developfrom
manit2004:fix-modulecounts-link

Conversation

@manit2004
Copy link
Contributor

Resolves #9123 .

Description

What is the purpose of this pull request?

This pull request:

  • This pull request fixes the broken link http://www.modulecounts.com/ in FAQ.md by replacing it with https://libraries.io/npm.

The modulecounts.com website is permanently down with no archived content available on the Wayback Machine. Libraries.io serves the same purpose by tracking open source package statistics across multiple package managers. It shows that npm has 5.32M packages, effectively demonstrating the size and reach of the JavaScript ecosystem, which was the original intent of the modulecounts.com reference.

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution. Example disclosures: "This PR was written primarily by Claude Code." or "I consulted ChatGPT to understand the codebase, but the proposed changes were fully authored manually by myself.".


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review. labels Dec 17, 2025
Copy link
Member

@Planeshifter Planeshifter left a comment

Choose a reason for hiding this comment

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

Thank you!

@Planeshifter Planeshifter added the Ready To Merge A pull request which is ready to be merged. label Dec 17, 2025
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Dec 17, 2025
@stdlib-bot
Copy link
Contributor

PR Commit Message

docs: fix broken Markdown link (issue #9123)

PR-URL: https://github.com/stdlib-js/stdlib/pull/9151
Closes: https://github.com/stdlib-js/stdlib/issues/9123

Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>

Please review the above commit message and make any necessary adjustments.

@Planeshifter Planeshifter merged commit 2820677 into stdlib-js:develop Dec 17, 2025
65 checks passed
@stdlib-bot stdlib-bot removed the Ready To Merge A pull request which is ready to be merged. label Dec 17, 2025
@manit2004 manit2004 deleted the fix-modulecounts-link branch January 2, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Good First PR A pull request resolving a Good First Issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix broken Markdown link: http://www.modulecounts.com/

3 participants