Skip to content

Commit 9c4dcef

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

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
@@ -97,7 +97,7 @@ module stdlib_math
9797
!! return an array with size 0. If n = 1, return an array whose only element is base**end. If no base
9898
!! is specified, logspace will default to using a base of 10
9999
!!
100-
!!([Specification](../page/specs/stdlib_math.html#logspace))
100+
!!([Specification](../page/specs/stdlib_math.html#logspace-create-a-logarithmically-spaced-rank-one-array))
101101
#!=========================================================
102102
#!= logspace(start, end) =
103103
#!=========================================================

0 commit comments

Comments
 (0)