diff options
author | Alex Kost <alezost@gmail.com> | 2017-05-22 18:06:21 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2017-05-30 18:30:39 +0300 |
commit | f753c2829913a9bb61dc266f4b1db8275e34a461 (patch) | |
tree | c4173c5fd059a4a470a6dfb191e8610cf7548785 /doc | |
parent | 93c103ab594fae918743f50ec8346854f0a85f1a (diff) | |
download | patches-f753c2829913a9bb61dc266f4b1db8275e34a461.tar patches-f753c2829913a9bb61dc266f4b1db8275e34a461.tar.gz |
doc: htmlxref: Fix link to Emacs-Guix manual.
Reported-by: Ludovic Courtès <ludo@gnu.org>
This fixes a regression introduced by commit
8ca0c88a894c685b624757e38ee7663534f03460.
* doc/htmlxref.cnf (EMACS_GUIX): Fix the link to 'html_node'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/htmlxref.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index 78f427bd07..c1ce636495 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf @@ -221,7 +221,7 @@ easejs node ${GS}/easejs/manual/ EMACS_GUIX = https://alezost.github.io/guix.el/manual/latest emacs-guix mono ${EMACS_GUIX}/emacs-guix.html -emacs-guix node ${EMACS_GUIX}/html_node/index.html +emacs-guix node ${EMACS_GUIX}/html_node/ emacs-muse node ${GS}/emacs-muse/manual/muse.html emacs-muse node ${GS}/emacs-muse/manual/html_node/ |