public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [pushed] libstdc++: Tweak links to installation docs
@ 2024-08-17 11:49 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2024-08-17 11:49 UTC (permalink / raw)
  To: gcc-patches, libstdc++

Pushed with a grammar fix (of adding "the").

Gerald


libstdc++v-3:
	* doc/xml/manual/prerequisites.xml: Tweak two links to
	installation docs. Fix grammar.
	* doc/html/manual/setup.html: Regenerate.
---
 libstdc++-v3/doc/html/manual/setup.html       | 7 ++++---
 libstdc++-v3/doc/xml/manual/prerequisites.xml | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/libstdc++-v3/doc/html/manual/setup.html b/libstdc++-v3/doc/html/manual/setup.html
index 1963cdf695a..78d2a00c50a 100644
--- a/libstdc++-v3/doc/html/manual/setup.html
+++ b/libstdc++-v3/doc/html/manual/setup.html
@@ -21,9 +21,10 @@
    </p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="manual.intro.setup.prereq"></a>Prerequisites</h2></div></div></div><p>
   Because libstdc++ is part of GCC, the primary source for
    installation instructions is
-   <a class="link" href="http://gcc.gnu.org/install/" target="_top">the GCC install page</a>.
-   In particular, list of prerequisite software needed to build the library
-   <a class="link" href="http://gcc.gnu.org/install/prerequisites.html" target="_top">
+   <a class="link" href="https://gcc.gnu.org/install/" target="_top">the GCC install page</a>.
+   In particular, the list of prerequisite software needed to build
+   the library
+   <a class="link" href="https://gcc.gnu.org/install/prerequisites.html" target="_top">
    starts with those requirements.</a> The same pages also list
    the tools you will need if you wish to modify the source.
 </p><p>
diff --git a/libstdc++-v3/doc/xml/manual/prerequisites.xml b/libstdc++-v3/doc/xml/manual/prerequisites.xml
index a02d3795830..a3c6e732a77 100644
--- a/libstdc++-v3/doc/xml/manual/prerequisites.xml
+++ b/libstdc++-v3/doc/xml/manual/prerequisites.xml
@@ -14,9 +14,9 @@
 <para>
   Because libstdc++ is part of GCC, the primary source for
    installation instructions is
-   <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/install/">the GCC install page</link>.
+   <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://gcc.gnu.org/install/">the GCC install page</link>.
    In particular, list of prerequisite software needed to build the library
-   <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/install/prerequisites.html">
+   <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://gcc.gnu.org/install/prerequisites.html">
    starts with those requirements.</link> The same pages also list
    the tools you will need if you wish to modify the source.
 </para>
-- 
2.46.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-17 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-17 11:49 [pushed] libstdc++: Tweak links to installation docs Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).