Skip to content

Commit 713ed1c

Browse files
committed
fix broken links
1 parent e6c6a21 commit 713ed1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/stdlib_system.F90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ module stdlib_system
250250
!! version: experimental
251251
!!
252252
!! Tests if a given path is a symbolic link.
253-
!! ([Specification](../page/specs/stdlib_system.html#is_directory-test-if-a-path-is-a-directory))
253+
!! ([Specification](../page/specs/stdlib_system.html#is_symlink))
254254
!!
255255
!!### Summary
256256
!! Function to evaluate whether a specified path corresponds to a symbolic link.
@@ -265,8 +265,8 @@ module stdlib_system
265265

266266
!! version: experimental
267267
!!
268-
!! Tests if a given path is a regular file (Not a symbolic link or directory).
269-
!! ([Specification](../page/specs/stdlib_system.html#is_directory-test-if-a-path-is-a-directory))
268+
!! Tests if a given path is a regular file.
269+
!! ([Specification](../page/specs/stdlib_system.html#is_regular_file))
270270
!!
271271
!!### Summary
272272
!! Function to evaluate whether a specified path corresponds to a regular file.

0 commit comments

Comments
 (0)