summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2019-11-25 10:01:56 +0000
committerJulian Andres Klode <jak@debian.org>2019-11-25 10:01:56 +0000
commit83f2732b10498c4a3abdfbc072da63803557ce9b (patch)
tree357e3a39ef62d2181a49be71b07d267fccdef440
parentf95e6c8032a47dc776ed9d2080c3468cf051dd57 (diff)
parent3aa8b3a8d95aa525ace4ae77c7fbc21d83b15234 (diff)
downloadapt-83f2732b10498c4a3abdfbc072da63803557ce9b.tar.gz
Merge branch 'readme-anonscm' into 'master'
README.md: fix dead anonscm link See merge request apt-team/apt!78
-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