forked from mirrors/jj
docs: Fix missed paths from src->cli/src move
This commit is contained in:
parent
956bd02977
commit
7837ec1f62
3 changed files with 3 additions and 3 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -14,5 +14,5 @@ Note that you need to sign Google's CLA to contribute.
|
|||
If applicable:
|
||||
- [ ] I have updated `CHANGELOG.md`
|
||||
- [ ] I have updated the documentation (README.md, docs/, demos/)
|
||||
- [ ] I have updated the config schema (src/config-schema.json)
|
||||
- [ ] I have updated the config schema (cli/src/config-schema.json)
|
||||
- [ ] I have added tests to cover my changes
|
||||
|
|
|
@ -122,7 +122,7 @@ Parts of the style that are not overridden - such as the foreground color in the
|
|||
example above - are inherited from the parent style.
|
||||
|
||||
Which elements can be colored is not yet documented, but see
|
||||
the [default color configuration](https://github.com/martinvonz/jj/blob/main/src/config/colors.toml)
|
||||
the [default color configuration](https://github.com/martinvonz/jj/blob/main/cli/src/config/colors.toml)
|
||||
for some examples of what's possible.
|
||||
|
||||
### Default command
|
||||
|
|
|
@ -165,7 +165,7 @@ The following methods are defined.
|
|||
|
||||
## Configuration
|
||||
|
||||
[The default templates and aliases](../src/config/templates.toml) are defined
|
||||
[The default templates and aliases](../cli/src/config/templates.toml) are defined
|
||||
in the `[templates]` and `[template-aliases]` sections respectively.
|
||||
|
||||
New keywords and functions can be defined as aliases, by using any
|
||||
|
|
Loading…
Reference in a new issue