Skip to content

Commit 316e349

Browse files
ejovo13jvdp1
andauthored
Update src/stdlib_math.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 3b62495 commit 316e349

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
@@ -32,7 +32,7 @@ module stdlib_math
3232
!! Create rank 1 array of linearly spaced elements
3333
!! If the number of elements is not specified, create an array with size 100. If n is a negative value,
3434
!! return an array with size 0. If n = 1, return an array whose only element is end
35-
!!([Specification](../page/specs/stdlib_math.html#description))
35+
!!([Specification](../page/specs/stdlib_math.html#linspace-create-a-linearly-spaced-rank-one-array))
3636
#:for k1, t1 in RC_KINDS_TYPES
3737
#:set RName = rname("linspace_default", 1, t1, k1)
3838
module function ${RName}$(start, end) result(res)

0 commit comments

Comments
 (0)