Skip to content

Commit 9a3ecda

Browse files
committed
fix link
1 parent 7729b60 commit 9a3ecda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_io.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module stdlib_io
2121
!! version: experimental
2222
!!
2323
!! Reads a whole ASCII file and loads its contents into a string variable.
24-
!! ([Specification](../page/specs/stdlib_io.html#getfile-read-a-whole-ascii-file-into-a-string-variable))
24+
!! ([Specification](../page/specs/stdlib_io.html#getfile-read-a-whole-ascii-file-into-a-character-or-a-string-variable))
2525
!!
2626
!!### Summary
2727
!! Subroutine interface for reading the content of a file into a string.

0 commit comments

Comments
 (0)