Skip to content

Commit f0add5a

Browse files
committed
Added links to the correct specs section.
1 parent e9d10f0 commit f0add5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_linalg.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ module stdlib_linalg
626626
!! subject to Cx = d
627627
!!
628628
!! where A is of size `m x n` and C of size `p x n`.
629-
!! ([Specification]())
629+
!! ([Specification](../page/specs/stdlib_linalg.html#solve-constrained-lstsq))
630630
!!
631631
!! ### Description
632632
!!
@@ -658,7 +658,7 @@ module stdlib_linalg
658658
!! version: experimental
659659
!!
660660
!! Computes the size of the workspace required by the constrained least-squares solver.
661-
!! ([Specification]())
661+
!! ([Specification](../page/specs/stdlib_linalg.html#constrained-lstsq-space))
662662
!!
663663
!! ### Description
664664
!!

0 commit comments

Comments
 (0)