summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-01-15 19:34:55 -0500
committerDan Davison <dandavison7@gmail.com>2022-01-15 19:34:55 -0500
commita2038166d64f5cef5c5436590560d08467ca596d (patch)
treef805ccab6c3f922678331a79a90fc195e2d127a6
parent11060fcd1112beaba7cbdb47e0f7ad455dd6cdda (diff)
Fix link to ARCHITECTURE.md
-rw-r--r--manual/src/how-delta-works.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/src/how-delta-works.md b/manual/src/how-delta-works.md
index cc27ffda..d08d9727 100644
--- a/manual/src/how-delta-works.md
+++ b/manual/src/how-delta-works.md
@@ -23,4 +23,4 @@ In addition to `DELTA_PAGER`, and `PAGER`, delta currently also consults `$BAT_P
However, this is deprecated: please use `DELTA_PAGER` instead.
No other [`bat`](https://github.com/sharkdp/bat) environment variables are used by delta.
-If you are interested in the implementation of delta, please see [ARCHITECTURE.md](./ARCHITECTURE.md).
+If you are interested in the implementation of delta, please see [ARCHITECTURE.md](https://github.com/dandavison/delta/blob/master/ARCHITECTURE.md).