Skip to content
2 changes: 1 addition & 1 deletion docs/style-guides/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3651,7 +3651,7 @@ This document may be reused under a [Creative Commons Attribution-ShareAlike Lic

[idiomatic-js]: https://github.com/rwaldron/idiomatic.js/

[popular-convention]: http://sideeffect.kr/popularconvention/#javascript
[popular-convention]: https://web.archive.org/web/20150701000000/http://sideeffect.kr/popularconvention/#javascript

[quality-guide]: https://github.com/bevacqua/js

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $ has-has-instance-symbol-support

<section class="links">

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

</section>

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/ssyr2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ int main( void ) {
[blas]: http://www.netlib.org/blas
[blas-ssyr2]: https://www.netlib.org/lapack/explore-html-3.6.1/d6/d30/group__single__blas__level2_gafeb94d36b0bb94a6f87a0576e339434d.html
[blas-ssyr2]: https://netlib.org/lapack/explore-html//dd/de5/group__her2_ga6741f2ac8fe025042fd994ccc6625b45.html
[mdn-float32array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float32Array
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/zswap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ int main( void ) {
[blas]: http://www.netlib.org/blas
[zswap]: https://netlib.org/lapack/explore-html-3.6.1/d2/df9/group__complex16__blas__level1_ga13a187010a0cae1fef2820072404e857.html#ga13a187010a0cae1fef2820072404e857
[zswap]: https://netlib.org/lapack/explore-html/d7/d51/group__swap_ga8e324819e4cd92b6fde3ae40c83a5cb3.html
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/lapack/base/dlaset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ TODO

[lapack]: https://www.netlib.org/lapack/explore-html/

[lapack-dlaset]: https://www.netlib.org/lapack/explore-html-3.6.1/d7/d43/group__aux_o_t_h_e_rauxiliary_ga89e332374c7cd87e5db54bfe21550bc3.html
[lapack-dlaset]: https://netlib.org/lapack/explore-html/d0/de5/group__laset_gad8051330f20413bd2a4ee0bccaf54ec8.html

[mdn-float64array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float64Array

Expand Down
Loading