Skip to content

Commit 8b22d81

Browse files
committed
Update pkg urls
1 parent 775c456 commit 8b22d81

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

lib/node_modules/@stdlib/bench/harness/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ ok 6 benchmark finished
15571557

15581558
[nodejs-writable-stream]: https://nodejs.org/api/stream.html#stream_writable_streams
15591559

1560-
[@stdlib/streams/node/transform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/streams/utils/transform
1560+
[@stdlib/streams/node/transform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/streams/node/transform
15611561

15621562
</section>
15631563

lib/node_modules/@stdlib/blas/ddot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ console.log( z );
134134

135135
[blas]: http://www.netlib.org/blas
136136

137-
[@stdlib/blas/base/ddot]: https://github.com/stdlib-js/stdlib
137+
[@stdlib/blas/base/ddot]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/ddot
138138

139-
[@stdlib/ndarray/array]: https://github.com/stdlib-js/stdlib
139+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
140140

141141
</section>
142142

lib/node_modules/@stdlib/blas/ext/base/dapxsum/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ console.log( v );
168168

169169
<section class="links">
170170

171-
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib
171+
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
172172

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

lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ console.log( v );
174174

175175
<section class="links">
176176

177-
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib
177+
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
178178

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

lib/node_modules/@stdlib/blas/ext/base/dsumkbn2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ console.log( v );
174174

175175
<section class="links">
176176

177-
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib
177+
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
178178

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

lib/node_modules/@stdlib/blas/ext/base/ssumkbn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ console.log( v );
174174

175175
<section class="links">
176176

177-
[@stdlib/array/float32]: https://github.com/stdlib-js/stdlib
177+
[@stdlib/array/float32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float32
178178

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

lib/node_modules/@stdlib/blas/sdot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ console.log( z );
134134

135135
[blas]: http://www.netlib.org/blas
136136

137-
[@stdlib/blas/base/sdot]: https://github.com/stdlib-js/stdlib
137+
[@stdlib/blas/base/sdot]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/sdot
138138

139-
[@stdlib/ndarray/array]: https://github.com/stdlib-js/stdlib
139+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
140140

141141
</section>
142142

0 commit comments

Comments
 (0)