summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnatoly Borodin <anatoly.borodin@gmail.com>2019-10-30 18:01:51 +0000
committerAnatoly Borodin <anatoly.borodin@gmail.com>2019-10-30 18:01:51 +0000
commit3aa8b3a8d95aa525ace4ae77c7fbc21d83b15234 (patch)
treeb6e19586a3f2fcbf02776ae089195d3e8b6fc4a2 /README.md
parent4afb07258fad5f9026ad25f579a871093a312ac5 (diff)
README.md: fix dead anonscm link
https://anonscm.debian.org/git/apt/apt.git/tree/doc/style.txt is not available anymore.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 360229447..ce07498cd 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ You can also use the Ninja generator of CMake, to do that pass
to the cmake invocation, and then use ninja instead of make.
The source code uses in most parts a relatively uncommon indent convention,
-namely 3 spaces with 8 space tab (see [doc/style.txt](https://anonscm.debian.org/git/apt/apt.git/tree/doc/style.txt) for more on this).
+namely 3 spaces with 8 space tab (see [doc/style.txt](./doc/style.txt) for more on this).
Adhering to it avoids unnecessary code-churn destroying history (aka: `git blame`)
and you are therefore encouraged to write patches in this style.
Your editor can surely help you with this, for vim the settings would be