diff options
author | Bartosz Duszel <bartosz.duszel@protonmail.com> | 2020-03-26 15:54:29 +0100 |
---|---|---|
committer | Bartosz Duszel <bartosz.duszel@protonmail.com> | 2020-03-26 15:54:29 +0100 |
commit | 8863408cada23b10c31c1fc5db358239c836bb4b (patch) | |
tree | e42a974f8ff8fdd50ac677e683b48498b81430c5 /doc/HACKING/CodingStandards.md | |
parent | fd6a35eb59f1d8bce6afc773d0c44937326e0034 (diff) | |
download | tor-8863408cada23b10c31c1fc5db358239c836bb4b.tar.gz tor-8863408cada23b10c31c1fc5db358239c836bb4b.zip |
doc: Updates paths to the top of the source tree.
Example:
.../doc/HACKING is now doc/HACKING
Diffstat (limited to 'doc/HACKING/CodingStandards.md')
-rw-r--r-- | doc/HACKING/CodingStandards.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING/CodingStandards.md b/doc/HACKING/CodingStandards.md index bcb945befd..73f8f95a2c 100644 --- a/doc/HACKING/CodingStandards.md +++ b/doc/HACKING/CodingStandards.md @@ -34,7 +34,7 @@ Did you remember... If you are submitting a major patch or new feature, or want to in the future... - - Set up Chutney and Stem, see `.../doc/HACKING/WritingTests.md` + - Set up Chutney and Stem, see `doc/HACKING/WritingTests.md` - Run `make test-full` to test against all unit and integration tests. If you have changed build system components: |