mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-01 03:45:55 +00:00
docs: disambiguate link to user config info
This commit is contained in:
parent
6245181597
commit
c2979e849f
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ specify `jj` config settings are discussed in a later section.
|
|||
|
||||
See the [TOML site] and the [syntax guide] for a description of the syntax.
|
||||
|
||||
[The user config file]: #configuration
|
||||
[The user config file]: #user-config-file
|
||||
[TOML site]: https://toml.io/en/
|
||||
[syntax guide]: https://toml.io/en/v1.0.0
|
||||
|
||||
|
@ -515,7 +515,7 @@ executable on your system](https://facebook.github.io/watchman/docs/install)).
|
|||
|
||||
Debugging commands are available under `jj debug watchman`.
|
||||
|
||||
# Configuration
|
||||
# User config file
|
||||
|
||||
On all platforms, the user's global `jj` configuration file is located at either
|
||||
`~/.jjconfig.toml` (where `~` represents `$HOME` on Unix-likes, or
|
||||
|
|
Loading…
Reference in a new issue