From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id D5B633858D20; Sat, 28 Jan 2023 22:08:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D5B633858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674943735; bh=dd95meoNDBi/tAe0xUKUhNt0sXRya0tQbaSORjUzHbI=; h=From:To:Subject:Date:From; b=Ck0Z5/H0QbDg+jQsXYpclaJQquCJY+oDdz1ChFLnf8uR7ibV/lR6Fy6SVRV4+Wrhb YsKbTm05XB/T4lg6jqcTeUMk7S5KLNEBrx6evxOpT/xswIvmR7x4xWn2gz1T/KRpkM tg/Dzr6UbEcSZZdXid7/CIoxTHrlag7rL9V5DlGI= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-5480] libstdc++: Update links in the "Contributing" manual X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: 22afa4947584c701633a79fd8750c9ceeaa96711 X-Git-Newrev: 3e8704f98e0bb5d1c09575fa31a76010d2f2d3e4 Message-Id: <20230128220855.D5B633858D20@sourceware.org> Date: Sat, 28 Jan 2023 22:08:55 +0000 (GMT) List-Id: https://gcc.gnu.org/g:3e8704f98e0bb5d1c09575fa31a76010d2f2d3e4 commit r13-5480-g3e8704f98e0bb5d1c09575fa31a76010d2f2d3e4 Author: Gerald Pfeifer Date: Sat Jan 28 23:07:01 2023 +0100 libstdc++: Update links in the "Contributing" manual libstdc++-v3/ChangeLog: * doc/xml/manual/appendix_contributing.xml: Adjust link to ISO C++ standard at ANSI. Move link to www.open-std.org to https. * doc/html/manual/appendix_contributing.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/appendix_contributing.html | 4 ++-- libstdc++-v3/doc/xml/manual/appendix_contributing.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/appendix_contributing.html b/libstdc++-v3/doc/html/manual/appendix_contributing.html index 8be678eb919..e0b253ad263 100644 --- a/libstdc++-v3/doc/html/manual/appendix_contributing.html +++ b/libstdc++-v3/doc/html/manual/appendix_contributing.html @@ -26,12 +26,12 @@ organization. In the USA, this national standards organization is ANSI. - (And if you've already registered with them you can buy + (And if you've already registered with them you can buy the standard on-line.)

  • The library working group bugs, and known defects, can be obtained here: - http://www.open-std.org/jtc1/sc22/wg21 + https://www.open-std.org/jtc1/sc22/wg21

  • Peruse the GNU diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml index ceb21f4478a..197c7d9fb40 100644 --- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml +++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml @@ -48,7 +48,7 @@ ANSI. (And if you've already registered with them you can buy + xlink:href="https://webstore.ansi.org/standards/iso/isoiec148822014">buy the standard on-line.) @@ -57,7 +57,7 @@ The library working group bugs, and known defects, can be obtained here: - http://www.open-std.org/jtc1/sc22/wg21 + https://www.open-std.org/jtc1/sc22/wg21