diff mbox series

[pushed] wwwdocs: cxx-status: Fix link to GCC 10 release notes

Message ID 20230128203621.28B6A33E60@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: cxx-status: Fix link to GCC 10 release notes | expand

Commit Message

Gerald Pfeifer Jan. 28, 2023, 8:36 p.m. UTC
Pushed.
Gerald


"." refers to the current directory; we need ".." to move one level up.
---
 htdocs/projects/cxx-status.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index f6435eb2..cc8fe615 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -180,7 +180,7 @@ 
     <tr>
       <td> Character sets and encodings </td>
       <td> <a href="https://wg21.link/p2314r4">P2314R4</a></td>
-      <td class="supported"> <a href="./gcc-10/changes.html#cxx">10</a></td>
+      <td class="supported"> <a href="../gcc-10/changes.html#cxx">10</a></td>
       <td> </td>
     </tr>
     <!-- https://github.com/cplusplus/papers/issues/1000 -->