Skip to content

Conversation

@manit2004
Copy link
Contributor

Resolves #9128 .

Description

What is the purpose of this pull request?

This pull request:

This PR fixes the broken LAPACK dlapy2 documentation link by updating it to the current version.

  • Old URL: https://www.netlib.org/lapack/explore-html-3.6.1/d7/d43/group__aux_o_t_h_e_rauxiliary_gacf4c47c2f593fb3a4e842bca6df1240b.html (404 - old version 3.6.1)
  • New URL: https://www.netlib.org/lapack/explore-html/d8/d5e/group__lapy2_gab55f5b30b6088a4d6ccd9f073aff1eb7.html (current LAPACK 3.12.1 documentation)

The link was pointing to an outdated LAPACK version (3.6.1). Updated to the current documentation structure.

Related Issues

Resolves #9128

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 LAPACK Issue or pull request related to the Linear Algebra Package (LAPACK). Needs Review A pull request which needs code review. Good First PR A pull request resolving a Good First Issue. labels Dec 17, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Dec 17, 2025

Coverage Report

Package Statements Branches Functions Lines
lapack/base/dlapy2 $\color{green}104/104$
$\color{green}+100.00%$
$\color{green}5/5$
$\color{green}+100.00%$
$\color{green}1/1$
$\color{green}+100.00%$
$\color{green}104/104$
$\color{green}+100.00%$

The above coverage report was generated for the changes in this PR.

@manit2004 manit2004 force-pushed the fix-lapack-dlapy2-link branch from d46fda2 to 6a8b4cf Compare December 17, 2025 08:30
@Planeshifter Planeshifter added the Ready To Merge A pull request which is ready to be merged. label Dec 18, 2025
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Dec 18, 2025
@stdlib-bot
Copy link
Contributor

PR Commit Message

docs: fix broken Markdown link (issue #9128)

PR-URL: https://github.com/stdlib-js/stdlib/pull/9159
Closes: https://github.com/stdlib-js/stdlib/issues/9128

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

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

@Planeshifter Planeshifter merged commit e5d1aaf into stdlib-js:develop Dec 18, 2025
29 checks passed
@stdlib-bot stdlib-bot removed the Ready To Merge A pull request which is ready to be merged. label Dec 18, 2025
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. LAPACK Issue or pull request related to the Linear Algebra Package (LAPACK).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix broken Markdown link: https://www.netlib.org/lapack/explore-html-3.6.1/d7/d43/group__aux_o_t_h_e_rauxiliary_gacf4c47c2f593fb3a4e842bca6df1240b.html

3 participants