summaryrefslogtreecommitdiff
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index c50551f3..d8edd4c9 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -1216,7 +1216,7 @@ and this @value{DOCUMENT}, respectively.
@section Typographical Conventions
@cindex Texinfo
-This @value{DOCUMENT} is written in @uref{http://texinfo.org, Texinfo},
+This @value{DOCUMENT} is written in @uref{http://www.gnu.org/software/texinfo/, Texinfo},
the GNU documentation formatting language.
A single Texinfo source file is used to produce both the printed and online
versions of the documentation.
@@ -24116,7 +24116,7 @@ them in by hand. Here we present a program that can extract parts of a
Texinfo input file into separate files.
@cindex Texinfo
-This @value{DOCUMENT} is written in @uref{http://texinfo.org, Texinfo},
+This @value{DOCUMENT} is written in @uref{http://www.gnu.org/software/texinfo/, Texinfo},
the GNU project's document formatting language.
A single Texinfo source file can be used to produce both
printed and online documentation.
@@ -26248,7 +26248,7 @@ same file more than once in order to avoid infinite recursion.
In addition to, or instead of the @code{source} command, you can use
the @option{-R @var{file}} or @option{--command=@var{file}} command-line
options to execute commands from a file non-interactively
-(@pxref{Options}.
+(@pxref{Options}).
@end table
@node Miscellaneous Dgawk Commands