all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: 27019@debbugs.gnu.org
Subject: bug#27019: [PATCH] doc: htmlxref: Fix link to Emacs-Guix manual.
Date: Mon, 22 May 2017 18:19:08 +0300	[thread overview]
Message-ID: <87inkssyvn.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 351 bytes --]

Ludovic noticed that the link to Emacs-Guix manual on this page:

  https://www.gnu.org/software/guix/manual/html_node/Package-Management.html

points to 404.  Although the according link in "one page" Guix manual:

  https://www.gnu.org/software/guix/manual/guix.html

is OK.  I think the attached patch should fix it.  But I'm not sure
anymore :-)


[-- Attachment #2: 0001-doc-htmlxref-Fix-link-to-Emacs-Guix-manual.patch --]
[-- Type: text/x-patch, Size: 1111 bytes --]

From 42f6f4493bc1cde3f4854316f80875a6c13554ce Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@gmail.com>
Date: Mon, 22 May 2017 18:06:21 +0300
Subject: [PATCH] doc: htmlxref: Fix link to Emacs-Guix manual.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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'.
---
 doc/htmlxref.cnf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf
index 78f427bd0..c1ce63649 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/
-- 
2.13.0


             reply	other threads:[~2017-05-22 15:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-22 15:19 Alex Kost [this message]
2017-05-22 16:15 ` bug#27019: [PATCH] doc: htmlxref: Fix link to Emacs-Guix manual Alex Kost
2017-05-28 17:36 ` Ludovic Courtès
2017-05-30 15:31   ` Alex Kost

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87inkssyvn.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=27019@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.