diff options
author | Anatoly Borodin <anatoly.borodin@gmail.com> | 2019-10-30 18:01:51 +0000 |
---|---|---|
committer | Anatoly Borodin <anatoly.borodin@gmail.com> | 2019-10-30 18:01:51 +0000 |
commit | 3aa8b3a8d95aa525ace4ae77c7fbc21d83b15234 (patch) | |
tree | b6e19586a3f2fcbf02776ae089195d3e8b6fc4a2 /README.md | |
parent | 4afb07258fad5f9026ad25f579a871093a312ac5 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |