[pushed] wwwdocs: gcc-5: Fix deep link into GDB manual

Message ID 20230131225342.7CE7433E92@hamza.pair.com
State New
Headers
Series [pushed] wwwdocs: gcc-5: Fix deep link into GDB manual |

Commit Message

Gerald Pfeifer Jan. 31, 2023, 10:53 p.m. UTC
  A slightly tricky one, and I figured using the single-page version of that 
document is going to be more resilient in the future.

Pushed.

Gerald
---
 htdocs/gcc-5/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index 893e35de..201a039f 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -504,7 +504,7 @@  version 2 and the current setting.</li>
     </li>
     <li>New random number distributions <code>logistic_distribution</code> and
       <code>uniform_on_sphere_distribution</code> as extensions.</li>
-    <li><a href="https://sourceware.org/gdb/current/onlinedocs/gdb/Xmethods-In-Python.html">GDB
+    <li><a href="https://sourceware.org/gdb/current/onlinedocs/gdb#Xmethods-In-Python">GDB
       Xmethods</a> for containers and <code>std::unique_ptr</code>.</li>
   </ul>