summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-01-20 08:29:04 -0500
committerDan Davison <dandavison7@gmail.com>2022-01-20 08:29:04 -0500
commit08ae6c850266192a2624b7911507f63afccd2de6 (patch)
treecd06b2a8a814a84000cd72f8f32f32add76da3ac
parent73d900ab351f595444bfd0ffdc111c92aa08f0cd (diff)
Fix broken links in manual
Fixes #926
-rw-r--r--manual/src/custom-themes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/src/custom-themes.md b/manual/src/custom-themes.md
index 0416c684..2f37aef8 100644
--- a/manual/src/custom-themes.md
+++ b/manual/src/custom-themes.md
@@ -2,7 +2,7 @@
A "theme" in delta is just a collection of settings grouped together in a named [feature](./features-named-groups-of-settings.md). One of the available settings is `syntax-theme`: this dictates the colors and styles that are applied to foreground text by the syntax highlighter. Thus the concept of "theme" in delta encompasses not just the foreground syntax-highlighting color theme, but also background colors, decorations such as boxes and under/overlines, etc.
-The delta git repo contains a [collection of themes](./themes.gitconfig) created by users. These focus on the visual appearance: colors etc. If you want features like `side-by-side` or `navigate`, you would set that yourself, after selecting the color theme. To use the delta themes, clone the delta repo (or download the [themes.gitconfig](./themes.gitconfig) file) and add the following entry in your gitconfig:
+The delta git repo contains a [collection of themes](https://github.com/dandavison/delta/blob/master/themes.gitconfig) created by users. These focus on the visual appearance: colors etc. If you want features like `side-by-side` or `navigate`, you would set that yourself, after selecting the color theme. To use the delta themes, clone the delta repo (or [download](https://raw.githubusercontent.com/dandavison/delta/master/themes.gitconfig) the raw `themes.gitconfig` file) and add the following entry in your gitconfig:
```gitconfig
[include]