Skip to content

Commit 2033404

Browse files
authored
docs: fix broken Markdown link
PR-URL: #9171 Closes: #9138 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 9800b89 commit 2033404

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/ggemv

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/ggemv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ console.log( y );
184184

185185
[blas]: http://www.netlib.org/blas
186186

187-
[dgemv]: https://netlib.org/lapack/explore-html-3.6.1/d7/d15/group__double__blas__level2_gadd421a107a488d524859b4a64c1901a9.html
187+
[dgemv]: https://www.netlib.org/lapack/explore-html/d7/dda/group__gemv_ga4ac1b675072d18f902db8a310784d802.html
188188

189189
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
190190

0 commit comments

Comments
 (0)