Skip to content

Comments

docs: fix broken Markdown link (issue #9146)#9177

Merged
Planeshifter merged 1 commit intostdlib-js:developfrom
thzthix:docs/fix-broken-markdown-link
Dec 17, 2025
Merged

docs: fix broken Markdown link (issue #9146)#9177
Planeshifter merged 1 commit intostdlib-js:developfrom
thzthix:docs/fix-broken-markdown-link

Conversation

@thzthix
Copy link
Contributor

@thzthix thzthix commented Dec 17, 2025

Update repository owner from kangax to compat-table organization.

The repository moved from kangax/compat-table to compat-table/compat-table
due to ownership transfer. Updated all URL references and identifiers.

Updated files:

  • docs/misc/built_in_math_bugs.md: URL and reference label
  • docs/links/database.json: URL and reference label
  • docs/references/bugs.bib: Updated URL and citation reference

Closes: #9146

Resolves #9146.

Description

What is the purpose of this pull request?

This pull request:

  • Updates compat-table repository references from kangax/compat-table to compat-table/compat-table to reflect repository ownership transfer

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.

Old URL returns 404:

$ curl -I https://github.com/kangax/compat-table/issues/392
HTTP/1.1 404 Not Found

New URL returns 200:

$ curl -I https://github.com/compat-table/compat-table/issues/392
HTTP/1.1 200 OK

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.".

{{TODO: add disclosure if applicable}}


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added Good First PR A pull request resolving a Good First Issue. First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Needs Review A pull request which needs code review. labels Dec 17, 2025
@thzthix thzthix force-pushed the docs/fix-broken-markdown-link branch from 7213fcf to 03abc71 Compare December 17, 2025 14:06
Update repository references from kangax/compat-table to
compat-table/compat-table to reflect repository ownership transfer.

Updated files:
- docs/misc/built_in_math_bugs.md: URL and reference label
- docs/links/database.json: URL and reference label
- docs/references/bugs.bib: URL and citation reference

Closes: stdlib-js#9146
@thzthix thzthix force-pushed the docs/fix-broken-markdown-link branch from 03abc71 to 5cd1dd5 Compare December 17, 2025 16:30
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.

Thanks!

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

PR Commit Message

docs: fix broken Markdown link (issue #9146)

PR-URL: https://github.com/stdlib-js/stdlib/pull/9177
Closes: https://github.com/stdlib-js/stdlib/issues/9146

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

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

@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Dec 17, 2025
@Planeshifter Planeshifter merged commit ccea583 into stdlib-js:develop Dec 17, 2025
31 checks passed
@stdlib-bot stdlib-bot removed the Ready To Merge A pull request which is ready to be merged. label Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

First-time Contributor A pull request from a contributor who has never previously committed to the project repository. 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: compat-table/compat-table#392

3 participants