From 7837ec1f62951a9038d3e408df28c399332451f6 Mon Sep 17 00:00:00 2001 From: Alexander Potashev Date: Thu, 17 Aug 2023 11:24:07 +0200 Subject: [PATCH] docs: Fix missed paths from src->cli/src move --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- docs/config.md | 2 +- docs/templates.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b06c3db37..7a0bd95ec 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 diff --git a/docs/config.md b/docs/config.md index 8d5794268..46027b8d3 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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 diff --git a/docs/templates.md b/docs/templates.md index bd9d666bb..74f27b4d7 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -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