public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [pushed] wwwdocs: *: Refer to /onlinedocs fully qualified via gcc.gnu.org
@ 2024-06-08 12:01 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2024-06-08 12:01 UTC (permalink / raw)
  To: gcc-patches; +Cc: Tobias Burnus

Thanks for Tobias for pointing these two out. 

Pushed.

Gerald
---
 htdocs/gcc-14/porting_to.html | 2 +-
 htdocs/gcc-5/changes.html     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html
index ef02e071..3de15d02 100644
--- a/htdocs/gcc-14/porting_to.html
+++ b/htdocs/gcc-14/porting_to.html
@@ -428,7 +428,7 @@ exec /usr/bin/gcc -fpermissive "$@"
 
 C code generators that cannot be updated to generate valid standard C
 can emit
-<a href="/onlinedocs/gcc-14.1.0/gcc/Diagnostic-Pragmas.html"><code>#pragma GCC diagnostic warning</code></a>
+<a href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Diagnostic-Pragmas.html"><code>#pragma GCC diagnostic warning</code></a>
 directives to turn these errors back into warnings:
 
 <pre>
diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index ab3da60b..81ad4be3 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -438,7 +438,7 @@ version 2 and the current setting.</li>
 
   <h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
   <ul>
-    <li>A <a href="/onlinedocs/libstdc++/manual/using_dual_abi.html">Dual
+    <li>A <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html">Dual
         ABI</a> is provided by the library. A new ABI is enabled by default.
         The old ABI is still supported and can be used by defining the macro
         <code>_GLIBCXX_USE_CXX11_ABI</code> to <code>0</code> before
-- 
2.45.1

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

only message in thread, other threads:[~2024-06-08 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-08 12:01 [pushed] wwwdocs: *: Refer to /onlinedocs fully qualified via gcc.gnu.org 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).