From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f197.google.com (mail-il1-f197.google.com [209.85.166.197]) by mx.groups.io with SMTP id smtpd.web12.9768.1607532194852742734 for ; Wed, 09 Dec 2020 08:43:14 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: nuviainc.com, ip: 209.85.166.197, mailfrom: rebecca@nuviainc.com) Received: by mail-il1-f197.google.com with SMTP id r20so1793955ilh.23 for ; Wed, 09 Dec 2020 08:43:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=IfNWpuBlJ9K0NDHl/JZPi7frTHLTTHZE7fJQP1jizKE=; b=ZLKXgRilctBc/u/K+spmVljM/IL0JPiQ9vGHvnGJTf6mfLPAuyppMGV+8/dMTNCTHu yUWIaD725kPL6CWe8CSE9UHdFoQmsNu7ftzkP/OW3rRq7QpL972XSFrVC70R7NlDDWWp eP//GkHBGomGt5syCA3FPI8pqi4Sls13R+4IqGfae0tbEYSMLc6bmHRulymrSJbKzJGN AwcSi+EzsfCw9XLmO0JB7oG/w36y0zd4A5eFmDt6TbIt7lIWCGYe1+rNq2s5cliV6qOp WmYcOzpqDkX444B4wuqe43qaVUhBWZB58znj+Sw63Bikw3tSQ6cmMlh7qWgT0FkApePX beRQ== X-Gm-Message-State: AOAM533BD5wWjmcUUme3Qzj70rCz4/euB38SmHvuE6bA1qUrRBWQBhSV iQunqX6vUrSUce6BrLelAGgH7nZ62XbY/DG97bu1dIbCXkZvXeR1qBV4fK0SVmLvfMPwYoKn7hb VyheQQuaJrn+z+/NPIal6fJFduw2Yna8q7ypm7bUzZsPd4BTs7U25cs+daqkdYBfatU/Qc9J0gS 63l5Er6NWjAZzH X-Google-Smtp-Source: ABdhPJyI1auPegx0UH1V0vMA1D1IJXtVdC3y6NjAIfJBhA11lExq2JpoNvMd+mA/MFfX3GTjq04W1JvT5+06j6avldiOGoJZdxkRLA== X-Received: by 2002:a05:6e02:6c1:: with SMTP id p1mr4044755ils.138.1607532194237; Wed, 09 Dec 2020 08:43:14 -0800 (PST) Return-Path: Received: from cube.nuviainc.com (c-174-52-16-57.hsd1.ut.comcast.net. [174.52.16.57]) by smtp.gmail.com with ESMTPSA id e8sm88692pfn.176.2020.12.09.07.31.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Dec 2020 07:31:03 -0800 (PST) From: "Rebecca Cran" To: devel@edk2.groups.io Cc: Rebecca Cran , Michael D Kinney , Leif Lindholm , Laszlo Ersek , Andrew Fish Subject: [edk2-CCodingStandardsSpecification PATCH 1/1] Fix URLs on the Introduction page Date: Wed, 9 Dec 2020 08:30:59 -0700 Message-Id: <20201209153059.10530-1-rebecca@nuviainc.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The Doxygen manual is no longer at the specified URL: fix it to link to the current documentation. While http://www.uefi.org still works, it redirects to the https version of the site. Avoid the redirect by updating the URL. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Rebecca Cran --- 1_introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1_introduction.md b/1_introduction.md index c22c04c9f76d..8862bf369712 100644 --- a/1_introduction.md +++ b/1_introduction.md @@ -216,12 +216,12 @@ internal namespaces to other components of the firmware system. David Keppel, EECS, UC Berkeley CS&E, University of Washington; Mark Brader, SoftQuad Incorporated, Toronto. 6/25/1990. -* _Doxygen manual_, http://www.doxygen.org/manual.html, Version 1.4.6-NO +* _Doxygen manual_, https://www.doxygen.org/manual/, Version 1.4.6-NO * _Doxygen Primer_ by Daryl McDaniel, IBM 2002; Updated for Intel Corporation 1/2006 -* _UEFI Specification_, http://www.uefi.org +* _UEFI Specification_, https://www.uefi.org * _Beyond Bios:Developing with the Unified Extensible Firmware Interface_, Second Edition, Zimmer, Michael Rothman, Suresh Marisetty Copyright @2010 -- 2.26.2