diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a2d909b..8431f24ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-09-08) +## Unreleased (2024-09-09)
@@ -80,6 +80,7 @@ A total of 5 people contributed to this release. Thank you to the following cont
+- [`b789714`](https://github.com/stdlib-js/stdlib/commit/b789714438d74aef087fed6d949a7124b302940d) - **docs:** fix definition _(by Athan Reines)_ - [`1d666a6`](https://github.com/stdlib-js/stdlib/commit/1d666a61937d44d9c47e4b38c736f50b1666607e) - **docs:** fix parameter annotation _(by Athan Reines)_ - [`4ca068f`](https://github.com/stdlib-js/stdlib/commit/4ca068f174225d1eaec123656682589febf1b547) - **test:** update to test for exact equality [(#2864)](https://github.com/stdlib-js/stdlib/pull/2864) _(by Aman Bhansali)_ - [`3e80682`](https://github.com/stdlib-js/stdlib/commit/3e80682320d42a999f428fcf3d30e6711b6b9b89) - **refactor:** update implementation for `blas/ext/base/sdsnansumpw` _(by yaswanth, Philipp Burckhardt)_ diff --git a/ddot/README.md b/ddot/README.md index 08d45b2ce..0fe874d16 100644 --- a/ddot/README.md +++ b/ddot/README.md @@ -178,10 +178,10 @@ console.log( ndarray2array( z ) ); [@stdlib/ndarray/base/broadcast-shapes]: https://github.com/stdlib-js/ndarray-base-broadcast-shapes - - [@stdlib/blas/base/ddot]: https://github.com/stdlib-js/blas/tree/main/base/ddot + + [@stdlib/blas/gdot]: https://github.com/stdlib-js/blas/tree/main/gdot [@stdlib/blas/sdot]: https://github.com/stdlib-js/blas/tree/main/sdot