8000 Linked to rdoc files instead of HTML files · ruby/optparse@be770d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit be770d6

Browse files
committed
Linked to rdoc files instead of HTML files
1 parent cccb28e commit be770d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/optparse/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}[./option_params_rdoc.html].
2+
See {Parameters for New Options}[./option_params.rdoc].
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}[./option_params_rdoc.html#label-Option+Handlers].
7+
See {Option Handlers}[./option_params.rdoc#label-Option+Handlers].

doc/optparse/option_params.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ from the default \String to an instance of another class.
403403
There are a number of built-in converters.
404404
You can also define custom converters.
405405

406-
See {Argument Converters}[./argument_converters_rdoc.html].
406+
See {Argument Converters}[./argument_converters.rdoc].
407407

408408
=== Descriptions
409409

doc/optparse/tutorial.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,5 @@ Executions:
384384
[#<Date: 2001-02-03 ((2451944j,0s,0n),+0s,2299161j)>, Date]
385385

386386
You can also define custom converters.
387-
See {Argument Converters}[./argument_converters_rdoc.html]
387+
See {Argument Converters}[./argument_converters.rdoc]
388388
for both built-in and custom converters.

0 commit comments

Comments
 (0)
0