Skip to content

Commit 8a20a3e

Browse files
docs: fix broken Markdown links in zswap, ssyr2, and assert packages
PR-URL: #9161 Closes: #9125 Closes: #9130 Closes: #9131 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Almunazza <munazzaghazali7@gmail.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent fd894a1 commit 8a20a3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/assert/has-has-instance-symbol-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ $ has-has-instance-symbol-support
122122

123123
<section class="links">
124124

125-
[mdn-has-instance-symbol]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol.hasInstance
125+
[mdn-has-instance-symbol]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/hasInstance
126126

127127
</section>
128128

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ int main( void ) {
354354
355355
[blas]: http://www.netlib.org/blas
356356
357-
[blas-ssyr2]: https://www.netlib.org/lapack/explore-html-3.6.1/d6/d30/group__single__blas__level2_gafeb94d36b0bb94a6f87a0576e339434d.html
357+
[blas-ssyr2]: https://netlib.org/lapack/explore-html//dd/de5/group__her2_ga6741f2ac8fe025042fd994ccc6625b45.html
358358
359359
[mdn-float32array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float32Array
360360

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ int main( void ) {
325325
326326
[blas]: http://www.netlib.org/blas
327327
328-
[zswap]: https://netlib.org/lapack/explore-html-3.6.1/d2/df9/group__complex16__blas__level1_ga13a187010a0cae1fef2820072404e857.html#ga13a187010a0cae1fef2820072404e857
328+
[zswap]: https://netlib.org/lapack/explore-html/d7/d51/group__swap_ga8e324819e4cd92b6fde3ae40c83a5cb3.html
329329
330330
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
331331

0 commit comments

Comments
 (0)