Skip to content

Commit 8be031b

Browse files
committed
Fix relative paths
1 parent 01c24ca commit 8be031b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/creates_option.rdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Creates an option from the given parameters +params+.
2-
See {Parameters for New Options}[doc/option_params_rdoc.html].
2+
See {Parameters for New Options}[./option_params_rdoc.html].
33

44
The block, if given, is the handler for the created option.
55
When the option is encountered during command-line parsing,
66
the block is called with the argument given for the option, if any.
7-
See {Option Handlers}[doc/option_params_rdoc.html#label-Option+Handlers].
7+
See {Option Handlers}[./option_params_rdoc.html#label-Option+Handlers].

0 commit comments

Comments
 (0)