Skip to content

Conversation

@manit2004
Copy link
Contributor

Resolves #9133

Description

What is the purpose of this pull request?

This pull request:

  • This PR fixes a broken Markdown link in the gger README documentation.

Changes

  • Updated the dger reference link from the old LAPACK 3.6.1 documentation to the current LAPACK documentation
  • Old URL: https://www.netlib.org/lapack/explore-html-3.6.1/d7/d15/group__double__blas__level2_ga458222e01b4d348e9b52b9343d52f828.html
  • New URL: https://netlib.org/lapack/explore-html//d8/d75/group__ger_gaef5d248da0fdfb62bccb259725935cb8.html

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 BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). 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
blas/base/gger $\color{green}611/611$
$\color{green}+0.00%$
$\color{green}57/57$
$\color{green}+0.00%$
$\color{green}4/4$
$\color{green}+0.00%$
$\color{green}611/611$
$\color{green}+0.00%$

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

@stdlib-bot stdlib-bot added Potential Duplicate There might be another pull request resolving the same issue. and removed Potential Duplicate There might be another pull request resolving the same issue. labels Dec 18, 2025
Signed-off-by: Philipp Burckhardt <[email protected]>
@Planeshifter Planeshifter added the Ready To Merge A pull request which is ready to be merged. label Dec 19, 2025
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Dec 19, 2025
@stdlib-bot
Copy link
Contributor

PR Commit Message

docs: fix broken Markdown link (issue #9133)

PR-URL: https://github.com/stdlib-js/stdlib/pull/9167
Closes: https://github.com/stdlib-js/stdlib/issues/9133

Co-authored-by: Philipp Burckhardt <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>

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

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

Labels

BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). 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: https://www.netlib.org/lapack/explore-html-3.6.1/d7/d15/group__double__blas__level2_ga458222e01b4d348e9b52b9343d52f828.html

3 participants