diff options
author | Dorien Snake <threeifbywhiskey@gmail.com> | 2014-12-10 18:35:32 -0500 |
---|---|---|
committer | Dorien Snake <threeifbywhiskey@gmail.com> | 2014-12-10 18:35:32 -0500 |
commit | b38b4dd1c053efd4b7669fa8727ca0da7c9fa379 (patch) | |
tree | 8ba34a66160c93a0a4cb5834c67cb3348004249d /doc | |
parent | 61f87ce9bd76aae14385e47b22772f90d0fb7a87 (diff) | |
download | ranger-b38b4dd1c053efd4b7669fa8727ca0da7c9fa379.tar.gz |
Fixed references to doc/HACKING (for real)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 2 | ||||
-rw-r--r-- | doc/ranger.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 287fe9e9..c57cce0d 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -160,7 +160,7 @@ commands and \fI3?\fR for settings. .PP The \fI\s-1README\s0\fR contains install instructions. .PP -The file \fIdoc/HACKING.md\fR contains guidelines for code modification. +The file \fIHACKING.md\fR contains guidelines for code modification. .PP The directory \fIdoc/configs\fR contains configuration files. They are usually installed to \fI/usr/lib/python*/site\-packages/ranger/config\fR and can be diff --git a/doc/ranger.pod b/doc/ranger.pod index 7cbdd79b..f9836e41 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -33,7 +33,7 @@ commands and I<3?> for settings. The F<README> contains install instructions. -The file F<doc/HACKING.md> contains guidelines for code modification. +The file F<HACKING.md> contains guidelines for code modification. The directory F<doc/configs> contains configuration files. They are usually installed to F</usr/lib/python*/site-packages/ranger/config> and can be |