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 --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 -->
-- 
2.39.1

Reply via email to