From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id A8AE03858C39; Fri, 1 Mar 2024 10:53:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A8AE03858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709290397; bh=JoCP6oaZCqWmBSoR0qafPcUm6yACzhHT07L/+4Iq1RE=; h=From:To:Subject:Date:From; b=WpBvt2BSYcITdnCSDtCcjZW9PJzaW9P49KQlEUSsiwrm4HpMyeU+jRmTqMldRW8tv CboSj4KacHY4HVzsHJUWC/hjVkcBi5/Zp/eVsGCkKY9ZAdm+C2d235+ZyAKtEXmyEe tfxoYKZa0dY7C0TT5BbVXDzTep5X5aDdfBYoPR/A= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-8376] libstdc++: Change some URLs in the manual to use https X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-13 X-Git-Oldrev: 9888addaa9e7acd10faf460c350500c3934b9bc6 X-Git-Newrev: 90acd16257e40271e96f0ceec5b476bd89841bc7 Message-Id: <20240301105317.A8AE03858C39@sourceware.org> Date: Fri, 1 Mar 2024 10:53:17 +0000 (GMT) List-Id: https://gcc.gnu.org/g:90acd16257e40271e96f0ceec5b476bd89841bc7 commit r13-8376-g90acd16257e40271e96f0ceec5b476bd89841bc7 Author: Jonathan Wakely Date: Wed Feb 28 14:36:28 2024 +0000 libstdc++: Change some URLs in the manual to use https libstdc++-v3/ChangeLog: * doc/xml/manual/appendix_contributing.xml: Change URLs to use https. * doc/html/manual/*: Regenerate. (cherry picked from commit 06866bc368f828fa4f3dad25588d038414944c2e) Diff: --- libstdc++-v3/doc/html/manual/appendix_contributing.html | 8 ++++---- libstdc++-v3/doc/html/manual/source_code_style.html | 4 ++-- libstdc++-v3/doc/xml/manual/appendix_contributing.xml | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/appendix_contributing.html b/libstdc++-v3/doc/html/manual/appendix_contributing.html index cd2c1e153d7..24d5a044dd8 100644 --- a/libstdc++-v3/doc/html/manual/appendix_contributing.html +++ b/libstdc++-v3/doc/html/manual/appendix_contributing.html @@ -10,7 +10,7 @@

The GNU C++ Library is part of GCC and follows the same development model, so the general rules for - contributing + contributing to GCC apply. Active contributors are assigned maintainership responsibility, and given write access to the source repository. First-time contributors @@ -34,7 +34,7 @@ https://www.open-std.org/jtc1/sc22/wg21

  • Peruse - the GNU + the GNU Coding Standards, and chuckle when you hit the part about Using Languages Other Than C.

  • @@ -46,7 +46,7 @@ library-specific information found in Porting and Maintenance.

  • Assignment

    - See the legal prerequisites for all GCC contributions. + See the legal prerequisites for all GCC contributions.

    Historically, the libstdc++ assignment form added the following question: @@ -83,7 +83,7 @@ some recent commits for format and content. The contrib/mklog.py script can be used to generate a ChangeLog template for commit messages. See - Read-write Git access + Read-write Git access for scripts and aliases that are useful here.

  • A testsuite submission or sample program that will diff --git a/libstdc++-v3/doc/html/manual/source_code_style.html b/libstdc++-v3/doc/html/manual/source_code_style.html index 24e0d693127..1c0d00a5df8 100644 --- a/libstdc++-v3/doc/html/manual/source_code_style.html +++ b/libstdc++-v3/doc/html/manual/source_code_style.html @@ -197,13 +197,13 @@       it is intended to precede the recommendations of the GNU Coding
          Standard, which can be referenced in full here:

    -      http://www.gnu.org/prep/standards/standards.html#Formatting
    +      https://www.gnu.org/prep/standards/standards.html#Formatting

          The rest of this is also interesting reading, but skip the "Design
          Advice" part.

          The GCC coding conventions are here, and are also useful:
    -      http://gcc.gnu.org/codingconventions.html
    +      https://gcc.gnu.org/codingconventions.html

          In addition, because it doesn't seem to be stated explicitly anywhere
          else, there is an 80 column source limit.
    diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml index e1e578427ca..bf60d35b8d5 100644 --- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml +++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml @@ -20,7 +20,7 @@ The GNU C++ Library is part of GCC and follows the same development model, so the general rules for - contributing + contributing to GCC apply. Active contributors are assigned maintainership responsibility, and given write access to the source repository. First-time contributors @@ -64,7 +64,7 @@ Peruse - the GNU + the GNU Coding Standards, and chuckle when you hit the part about Using Languages Other Than C. @@ -91,7 +91,7 @@

    Assignment - See the legal prerequisites for all GCC contributions. + See the legal prerequisites for all GCC contributions. @@ -155,7 +155,7 @@ some recent commits for format and content. The contrib/mklog.py script can be used to generate a ChangeLog template for commit messages. See - Read-write Git access + Read-write Git access for scripts and aliases that are useful here. @@ -618,13 +618,13 @@ indicate a place that may require attention for multi-thread safety. it is intended to precede the recommendations of the GNU Coding Standard, which can be referenced in full here: - http://www.gnu.org/prep/standards/standards.html#Formatting + https://www.gnu.org/prep/standards/standards.html#Formatting The rest of this is also interesting reading, but skip the "Design Advice" part. The GCC coding conventions are here, and are also useful: - http://gcc.gnu.org/codingconventions.html + https://gcc.gnu.org/codingconventions.html In addition, because it doesn't seem to be stated explicitly anywhere else, there is an 80 column source limit.