Skip to content

Commit ca8f52a

Browse files
committed
fix is_directory doc path
1 parent b627637 commit ca8f52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_system.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module stdlib_system
8686
!! version: experimental
8787
!!
8888
!! Tests if a given path matches an existing directory.
89-
!! ([Specification](../page/specs/stdlib_io.html#is_directory-test-if-a-path-is-a-directory))
89+
!! ([Specification](../page/specs/stdlib_system.html#is_directory-test-if-a-path-is-a-directory))
9090
!!
9191
!!### Summary
9292
!! Function to evaluate whether a specified path corresponds to an existing directory.

0 commit comments

Comments
 (0)