Skip to content

Commit f60dfa8

Browse files
[DOC] Fix link (#1112)
1 parent 6e88aef commit f60dfa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To learn more about debugging with IRB, see [Debugging with IRB](#label-Debuggin
9797

9898
At startup, IRB:
9999

100-
1. Interprets (as Ruby code) the content of the [configuration file](#label-Configuration) (if given).
100+
1. Interprets (as Ruby code) the content of the [configuration file](rdoc-ref:Configurations.md) (if given).
101101
2. Constructs the initial session context from [hash IRB.conf](#label-Hash+IRB.conf) and from default values; the hash content may have been affected by [command-line options](#command-line-options), and by direct assignments in the configuration file.
102102
3. Assigns the context to variable `conf`.
103103
4. Assigns command-line arguments to variable `ARGV`.

0 commit comments

Comments
 (0)