diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-30 09:48:16 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-30 23:39:47 +0200 |
commit | d006e307b955f1bf497d15c3ba23597516910ba0 (patch) | |
tree | 4df4e4fb675c1357e2b4089ca00a26233ab5d88d /doc/htmlxref.cnf | |
parent | 21d1811301c4acc34dc124c832d21918c2d11a95 (diff) | |
download | patches-d006e307b955f1bf497d15c3ba23597516910ba0.tar patches-d006e307b955f1bf497d15c3ba23597516910ba0.tar.gz |
doc: Fix URL of gnutls-guile one-page-per-node manual.
* doc/htmlxref.cnf: Fix gnutls-guile 'node' URL.
Diffstat (limited to 'doc/htmlxref.cnf')
-rw-r--r-- | doc/htmlxref.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index fee1b4c9d8..559cdce5aa 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf @@ -1,7 +1,7 @@ # htmlxref.cnf - reference file for free Texinfo manuals on the web. # Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual. -htmlxrefversion=2016-02-21.21; # UTC +htmlxrefversion=2016-03-30.07; # UTC # Copyright 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. # @@ -324,7 +324,7 @@ gnutls mono http://gnutls.org/manual/gnutls.html gnutls node http://gnutls.org/manual/html_node/ gnutls-guile mono http://gnutls.org/manual/gnutls-guile.html -gnutls-guile node http://gnutls.org/manual/gnutls-guile/index.html +gnutls-guile node http://gnutls.org/manual/gnutls-guile/ gperf mono ${GS}/gperf/manual/gperf.html gperf node ${GS}/gperf/manual/html_node/ |