# HG changeset patch # User Nir Krakauer < nkrakauer@ccny.cuny.edu> # Date 1411700903 25200 # Node ID 432ffa35de136a5dfd2a717a598750b62e6944f9 # Parent 203431f40cb2aca8cd9644631a90336b72ca9ccb 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. diff -r 203431f40cb2 -r 432ffa35de13 libinterp/corefcn/urlwrite.cc --- 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\