Skip to content

Commit

Permalink
Fix three broken links to rocBLAS and netlib (#887)
Browse files Browse the repository at this point in the history
Fix three broken links
  • Loading branch information
amd-jnovotny authored Jan 30, 2025
1 parent 1001109 commit 67e829e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
rocSOLVER documentation
********************************************************************

rocSOLVER is an implementation of `LAPACK routines <https://www.netlib.org/lapack/explore-html/modules.html>`_
rocSOLVER is an implementation of `LAPACK routines <https://www.netlib.org/lapack/index.html>`_
on top of the :doc:`AMD ROCm platform <rocm:index>`. rocSOLVER is implemented in the
:doc:`HIP programming language <hip:index>` and optimized for AMD GPUs.

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/deprecated.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Deprecated rocSOLVER components
********************************

Originally, rocSOLVER maintained its own types and helpers as aliases to those of rocBLAS.
These aliases are now deprecated. See the `rocBLAS types <https://rocm.docs.amd.com/projects/rocBLAS/en/latest/API_Reference_Guide.html#rocblas-datatypes>`_
and `rocBLAS auxiliary functions <https://rocm.docs.amd.com/projects/rocBLAS/en/latest/API_Reference_Guide.html#auxiliary-functions>`_
These aliases are now deprecated. See the :doc:`rocBLAS types <rocblas:reference/datatypes>`
and :doc:`rocBLAS auxiliary functions <rocblas:reference/helper-functions>`
documentation for information on the suggested replacements.

* Deprecated :ref:`deptypes`.
Expand Down

0 comments on commit 67e829e

Please sign in to comment.