changeset 19160:432ffa35de13 stable

doc: Fix dead link in urlwrite/urlread docstring (bug #43082). * urlwrite.cc (Furlwrite, Furlread): Change dead leak to active one: ftp://ftp.octave.org/pub/README.
author Nir Krakauer < nkrakauer@ccny.cuny.edu>
date Thu, 25 Sep 2014 20:08:23 -0700
parents 203431f40cb2
children 3ffb8f53e940
files libinterp/corefcn/urlwrite.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/urlwrite.cc	Sat Sep 20 14:54:39 2014 -0400
+++ b/libinterp/corefcn/urlwrite.cc	Thu Sep 25 20:08:23 2014 -0700
@@ -299,7 +299,7 @@
 \n\
 @example\n\
 @group\n\
-urlwrite (\"ftp://ftp.octave.org/pub/octave/README\",\n\
+urlwrite (\"ftp://ftp.octave.org/pub/README\",\n\
           \"README.txt\");\n\
 @end group\n\
 @end example\n\
@@ -462,7 +462,7 @@
 in string @var{s}.  For example:\n\
 \n\
 @example\n\
-s = urlread (\"ftp://ftp.octave.org/pub/octave/README\");\n\
+s = urlread (\"ftp://ftp.octave.org/pub/README\");\n\
 @end example\n\
 \n\
 The variable @var{success} is 1 if the download was successful,\n\