diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-11-03 08:23:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-11-03 08:23:08 -0500 |
commit | 8976e739afc5e8f41a4e73bb7ce03071822535cd (patch) | |
tree | 2475c452edb75e1b7c11ac57a9d393e4878e6c23 /doc | |
parent | faba114a3484a7b85649a6892b2296cf9ac8a41e (diff) | |
download | tor-8976e739afc5e8f41a4e73bb7ce03071822535cd.tar.gz tor-8976e739afc5e8f41a4e73bb7ce03071822535cd.zip |
Fix filename endings in HACKING. Patch from "ckomlo", ticket #17515.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING/README.1st.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/HACKING/README.1st.md b/doc/HACKING/README.1st.md index 3bee9ad6b2..a9479de097 100644 --- a/doc/HACKING/README.1st.md +++ b/doc/HACKING/README.1st.md @@ -5,20 +5,20 @@ In this directory This directory has helpful information about what you need to know to hack on Tor! -First, read 'GettingStarted.txt' to learn how to get a start in Tor +First, read 'GettingStarted.md' to learn how to get a start in Tor development. If you've decided to write a patch, 'CodingStandards.txt' will give you a bunch of information about how we structure our code. -It's important to get code right! Reading 'WritingTests.txt' will +It's important to get code right! Reading 'WritingTests.md' will tell you how to write and run tests in the Tor codebase. There are a bunch of other programs we use to help maintain and -develop the codebase: 'HelpfulTools.txt' can tell you how to use them +develop the codebase: 'HelpfulTools.md' can tell you how to use them with Tor. -If it's your job to put out Tor releases, see 'ReleasingTor.txt' so +If it's your job to put out Tor releases, see 'ReleasingTor.md' so that you don't miss any steps! @@ -47,7 +47,7 @@ Happy hacking! XXXXX also describe -doc/HACKING/WritingTests.txt +doc/HACKING/WritingTests.md torguts.git |