Re: [PATCH 02/91] arch/alpha/Kconfig Update broken web addresses in the arch directory.
From: Justin P. Mattock <hidden>
Date: 2010-09-02 21:46:35
Also in:
lkml
On 09/02/2010 02:10 PM, Randy Dunlap wrote:
On Thu, 2 Sep 2010 14:06:33 -0700 Justin P. Mattock wrote:quoted
The below patch updates a broken web address that is no longer working due to company buyout, and/or change of location. (Please have a look through, and let me know if any of them need to be changed, and I'll resend an updated patch). Signed-off-by: Justin P. Mattock<redacted> --- arch/alpha/Kconfig | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index b9647bb..16ae162 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig@@ -219,7 +219,8 @@ config ALPHA_LX164 bool "LX164" help A technical overview of this board is available at - <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>. + <http://web.archive.org/web/*/http://www.unix-ag.org/ + Linux-Alpha/Architectures/LX164.html>. config ALPHA_LYNX bool "Lynx"@@ -483,7 +484,8 @@ config ALPHA_AVANTI help Avanti AS 200, AS 205, AS 250, AS 255, AS 300, and AS 400-based Alphas. Info at - <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>. + <http://web.archive.org/web/*/http://www.unix-ag.org/Linux-Alpha/ + Architectures/Avanti.html>. config ALPHA_BROKEN_IRQ_MASK bool --I wouldn't split long URLs, regardless of any column limit _guidelines_. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***
yeah that's what I was going by..(theres a few in here that do this)I'll go through and fix those up. Justin P. Mattock