Skip to content

Commit 4780d27

Browse files
ejovo13jvdp1
andauthored
Update src/stdlib_math.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 905dc28 commit 4780d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_math.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module stdlib_math
6363
!! return an array with size 0. If n = 1, return a rank 1 array whose only element is end. When dealing with integers as the `start` and `end`
6464
!! parameters, the return type is always a `real(dp)`.
6565
!!
66-
!!([Specification](../page/specs/stdlib_math.html#linspace))
66+
!!([Specification](../page/specs/stdlib_math.html#linspace-create-a-linearly-spaced-rank-one-array))
6767
#:for k1, t1 in INT_KINDS_TYPES
6868
#:set RName = rname("linspace_default", 1, t1, k1)
6969
#! The interface for INT_KINDS_TYPES cannot be combined with RC_KINDS_TYPES

0 commit comments

Comments
 (0)