Skip to content

Commit

Permalink
Fix command line interface link in the manual (JuliaLang#46390)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Aug 18, 2022
1 parent 9aabb4c commit 6b8e9f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/src/manual/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ end
```


## [Command-line switches for Julia](@id command-line-options)
## [Command-line switches for Julia](@id command-line-interface)

There are various ways to run Julia code and provide options, similar to those available for the
`perl` and `ruby` programs:
Expand Down
2 changes: 1 addition & 1 deletion doc/src/manual/multi-threading.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ specified, then `-t`/`--threads` takes precedence.

The number of threads can either be specified as an integer (`--threads=4`) or as `auto`
(`--threads=auto`), where `auto` tries to infer a useful default number of threads to use
(see [Command-line Options](@ref command-line-options) for more details).
(see [Command-line Options](@ref command-line-interface) for more details).

!!! compat "Julia 1.5"
The `-t`/`--threads` command line argument requires at least Julia 1.5.
Expand Down
2 changes: 1 addition & 1 deletion stdlib/InteractiveUtils/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Interactive Utilities](@id man-interactive-utils)

This module is intended for interactive work. It is loaded automaticaly in [interactive mode](@ref command-line-options).
This module is intended for interactive work. It is loaded automaticaly in [interactive mode](@ref command-line-interface).

```@docs
InteractiveUtils.apropos
Expand Down

0 comments on commit 6b8e9f9

Please sign in to comment.