Skip to content

docs: fix broken Markdown link (issue #10018)#10733

Merged
kgryte merged 1 commit intostdlib-js:developfrom
travisbreaks:fix/issue-10018-broken-link
Mar 22, 2026
Merged

docs: fix broken Markdown link (issue #10018)#10733
kgryte merged 1 commit intostdlib-js:developfrom
travisbreaks:fix/issue-10018-broken-link

Conversation

@travisbreaks
Copy link
Copy Markdown
Contributor


type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes. report:

  • task: lint_filenames status: passed
  • task: lint_editorconfig status: passed
  • task: lint_markdown status: passed
  • task: lint_package_json status: na
  • task: lint_repl_help status: na
  • task: lint_javascript_src status: na
  • task: lint_javascript_cli status: na
  • task: lint_javascript_examples status: na
  • task: lint_javascript_tests status: na
  • task: lint_javascript_benchmarks status: na
  • task: lint_python status: na
  • task: lint_r status: na
  • task: lint_c_src status: na
  • task: lint_c_examples status: na
  • task: lint_c_benchmarks status: na
  • task: lint_c_tests_fixtures status: na
  • task: lint_shell status: na
  • task: lint_typescript_declarations status: na
  • task: lint_typescript_tests status: na
  • task: lint_license_headers status: passed ---

Resolves #10018.

Description

What is the purpose of this pull request?

This pull request fixes a broken DOI link in the @stdlib/stats/base/ndarray/variancech README.

The DOI 10.1145/3221664.3221674 returns a 404. The correct DOI for Schubert and Gertz (2018) "Numerically Stable Parallel Computation of (Co-)Variance" (SSDBM '18) is 10.1145/3221269.3223036, verified via DBLP and the ACM Digital Library.

Related Issues

Does this pull request have any related issues?

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request?

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

Used Claude to verify the correct DOI via DBLP API lookup. The fix itself was a straightforward URL replacement.


@stdlib-js/reviewers

Co-authored-by: Egger egger@horny-toad.com

Replace incorrect DOI `10.1145/3221664.3221674` (returns 404) with the
correct DOI `10.1145/3221269.3223036` for Schubert and Gertz (2018)
"Numerically Stable Parallel Computation of (Co-)Variance" (SSDBM '18).

Co-authored-by: Egger <egger@horny-toad.com>
@stdlib-bot stdlib-bot added Statistics Issue or pull request related to statistical functionality. 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. Potential Duplicate There might be another pull request resolving the same issue. and removed First-time Contributor A pull request from a contributor who has never previously committed to the project repository. labels Mar 6, 2026
@travisbreaks
Copy link
Copy Markdown
Contributor Author

Friendly ping — checking in on this docs fix. Let me know if any changes are needed. Thanks!

Copy link
Copy Markdown
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

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

LGTM.

@stdlib-bot
Copy link
Copy Markdown
Contributor

Coverage Report

No coverage information available.

@kgryte kgryte merged commit 5a50a24 into stdlib-js:develop Mar 22, 2026
102 checks passed
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. Potential Duplicate There might be another pull request resolving the same issue. Statistics Issue or pull request related to statistical functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix broken Markdown link: https://doi.org/10.1145/3221664.3221674

3 participants