diff options
author | nfnty <git@nfnty.se> | 2017-02-06 02:30:28 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-02-06 02:30:28 +0100 |
commit | 9a619526f472cce3997b2aa89c13532cf8f005e1 (patch) | |
tree | e1eb8523806138b247bcd085c7203df9ed9a9930 /doc | |
parent | 41478b10c5a0bace85c74bc7388b3818c8f86ab4 (diff) | |
download | ranger-9a619526f472cce3997b2aa89c13532cf8f005e1.tar.gz |
core.main: Catch the right traceback
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cheatsheet.svg | 4 | ||||
-rw-r--r-- | doc/ranger.1 | 4 | ||||
-rw-r--r-- | doc/ranger.pod | 2 | ||||
-rw-r--r-- | doc/rifle.1 | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/cheatsheet.svg b/doc/cheatsheet.svg index aff7b6cd..d84ef87f 100644 --- a/doc/cheatsheet.svg +++ b/doc/cheatsheet.svg @@ -4089,7 +4089,7 @@ style="font-size:15px">git clone</tspan></text> <a id="a5531" - xlink:href="https://github.com/hut/ranger" + xlink:href="https://github.com/ranger/ranger" style="fill:#0000ff" transform="translate(245,-305.00002)"> <text @@ -4103,7 +4103,7 @@ x="280" id="tspan5529" sodipodi:role="line" - style="font-size:15px">https://github.com/hut/ranger</tspan></text> + style="font-size:15px">https://github.com/ranger/ranger</tspan></text> </a> <rect style="fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" diff --git a/doc/ranger.1 b/doc/ranger.1 index 16abc635..89acdd78 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.8.1" "2017-02-05" "ranger manual" +.TH RANGER 1 "ranger-1.8.1" "2017-02-06" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -1461,7 +1461,7 @@ copy, run: \&\fIrifle\fR\|(1) .SH "BUGS" .IX Header "BUGS" -Report bugs here: <https://github.com/hut/ranger/issues> +Report bugs here: <https://github.com/ranger/ranger/issues> .PP Please include as much relevant information as possible. For the most diagnostic output, run ranger like this: \f(CW\*(C`PYTHONOPTIMIZE= ranger \-\-debug\*(C'\fR diff --git a/doc/ranger.pod b/doc/ranger.pod index f77a6030..9fc7e144 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1591,7 +1591,7 @@ rifle(1) =head1 BUGS -Report bugs here: L<https://github.com/hut/ranger/issues> +Report bugs here: L<https://github.com/ranger/ranger/issues> Please include as much relevant information as possible. For the most diagnostic output, run ranger like this: C<PYTHONOPTIMIZE= ranger --debug> diff --git a/doc/rifle.1 b/doc/rifle.1 index 07875bc2..feafb659 100644 --- a/doc/rifle.1 +++ b/doc/rifle.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RIFLE 1" -.TH RIFLE 1 "rifle-1.8.1" "2017-02-05" "rifle manual" +.TH RIFLE 1 "rifle-1.8.1" "2017-02-06" "rifle manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |