Skip to content

Commit 523bf4c

Browse files
committed
fix spec link
1 parent 59a881d commit 523bf4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ module stdlib_linalg
910910
!! version: experimental
911911
!!
912912
!! Pseudo-inverse operator of a matrix
913-
!! ([Specification](../page/specs/stdlib_linalg.html#pinv-pseudo-inverse-operator-of-a-matrix))
913+
!! ([Specification](../page/specs/stdlib_linalg.html#pinv-moore-penrose-pseudo-inverse-operator))
914914
!!
915915
!!### Summary
916916
!! Operator interface for computing the Moore-Penrose pseudo-inverse of a `real` or `complex` matrix.

0 commit comments

Comments
 (0)