From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB22E138330 for ; Tue, 4 Oct 2016 20:58:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01433E0B5B; Tue, 4 Oct 2016 20:58:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6EFCE0B5B for ; Tue, 4 Oct 2016 20:58:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6CB334106A for ; Tue, 4 Oct 2016 20:58:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0541B24A7 for ; Tue, 4 Oct 2016 20:58:45 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1475614717.b61730e9607593593ff61f4b81b7db0aa25ab8f0.axs@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-0.97-r16.ebuild sys-boot/grub/grub-0.97-r17.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: b61730e9607593593ff61f4b81b7db0aa25ab8f0 X-VCS-Branch: master Date: Tue, 4 Oct 2016 20:58:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d86d7b23-93ee-48bf-98a2-94110da516db X-Archives-Hash: b663ab07f0447e1f3ee00cdfd606e7a8 commit: b61730e9607593593ff61f4b81b7db0aa25ab8f0 Author: Ian Stakenvicius gentoo org> AuthorDate: Tue Oct 4 20:55:40 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Tue Oct 4 20:58:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61730e9 sys-boot/grub:0: drop old handbook URL in favor of wiki URL Package-Manager: portage-2.2.28 sys-boot/grub/grub-0.97-r16.ebuild | 4 ++-- sys-boot/grub/grub-0.97-r17.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-boot/grub/grub-0.97-r16.ebuild b/sys-boot/grub/grub-0.97-r16.ebuild index 761da22..96e5035 100644 --- a/sys-boot/grub/grub-0.97-r16.ebuild +++ b/sys-boot/grub/grub-0.97-r16.ebuild @@ -226,8 +226,8 @@ setup_boot_dir() { ewarn "This means you must use either grub-install or perform" ewarn "root/setup manually." ewarn - ewarn "For more help, see the handbook:" - ewarn "https://www.gentoo.org/doc/en/handbook/handbook-${ARCH}.xml?part=1&chap=10#grub-install-auto" + ewarn "For more help, see the wiki:" + ewarn "https://wiki.gentoo.org/wiki/GRUB" echo fi diff --git a/sys-boot/grub/grub-0.97-r17.ebuild b/sys-boot/grub/grub-0.97-r17.ebuild index 8aa7777..76bb769 100644 --- a/sys-boot/grub/grub-0.97-r17.ebuild +++ b/sys-boot/grub/grub-0.97-r17.ebuild @@ -218,8 +218,8 @@ setup_boot_dir() { ewarn "This means you must use either grub-install or perform" ewarn "root/setup manually." ewarn - ewarn "For more help, see the handbook:" - ewarn "https://www.gentoo.org/doc/en/handbook/handbook-${ARCH}.xml?part=1&chap=10#grub-install-auto" + ewarn "For more help, see the wiki:" + ewarn "https://wiki.gentoo.org/wiki/GRUB" echo fi