summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-03-09 19:58:43 +0100
committerhut <hut@lavabit.com>2013-03-09 19:59:33 +0100
commite53b222810d56810db69fc991ab29a921887f942 (patch)
treec434775ea09d4f00ca58dfce3bebe1fd6aeb21eb /doc/ranger.pod
parent3cd8a402504b75c1ab63223ae0c583d2f803f11a (diff)
downloadranger-e53b222810d56810db69fc991ab29a921887f942.tar.gz
manpage: renamed example/ to /usr/share/doc/ranger/
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index c7c481b6..10aa0186 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -266,8 +266,8 @@ Also try:
 Note that you should NOT simply overwrite a function unless you know what
 you're doing.  Instead, save the existing function and call it from your new
 one.  This way, multiple plugins can use the same hook.  There are several
-sample plugins in the F<examples/> directory, including a hello-world plugin
-that describes this procedure.
+sample plugins in the F</usr/share/doc/ranger/examples/> directory, including a
+hello-world plugin that describes this procedure.
 
 
 
@@ -1184,8 +1184,9 @@ docstrings.  Using this will disable the <F1> key on commands.
 =head1 EXAMPLES
 
 There are various examples on how to extend ranger with plugins or combine
-ranger with other programs.  These can be found in the F<examples/> directory
-that is provided along with the source code.
+ranger with other programs.  These can be found in the
+F</usr/share/doc/ranger/examples/> directory, or the F<doc/ranger/> that is
+provided along with the source code.