diff mbox series

[wwwdocs] Update cxx1y links to cxx-status

Message ID CAGWvnynBcones2rav0jMfaP2e3iSPt1ia8+oUNJOm1w46QxmCw@mail.gmail.com
State New
Headers show
Series [wwwdocs] Update cxx1y links to cxx-status | expand

Commit Message

David Edelsohn April 28, 2020, 2:48 p.m. UTC
While looking up C++14 information, I noticed that some links in
current navigation pages refer to cxx1y.html instead of
cxx-status.html.  This patch changes the NEWS item to refer to
cxx-status.html#cxx14 and the Projects index to refer to C++ language
features instead of C++14 language features.  This makes it easier for
users to find the cxx-status.html page.

Committed.

            * news.html: GCC 5 C++14 complete announcement.
            * projects/index.html: C++14 projects changed to C++ projects.

 <li><a href="#simpler_porting">Simpler porting</a></li>
diff mbox series

Patch

diff --git a/htdocs/news.html b/htdocs/news.html
index dd4e1c09..0dd6b265 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -171,7 +171,7 @@ 

 <dt><span><a href="gcc-5/changes.html">GCC 5</a> C++14 language
feature-complete</span>
     <span class="date">[2014-12-23]</span></dt>
-    <dd>Support for all <a href="projects/cxx1y.html">C++14 language
+    <dd>Support for all <a href="projects/cxx-status.html#cxx14">C++14 language
     features</a> has been added to the development sources for GCC, and
     will be available when GCC 5 is released next year.  Contributed by
     Jason Merrill, Braden Obrzut, Adam Butcher, Edward Smith-Rowland,
diff --git a/htdocs/projects/index.html b/htdocs/projects/index.html
index 282d79eb..0647ed6b 100644
--- a/htdocs/projects/index.html
+++ b/htdocs/projects/index.html
@@ -29,7 +29,7 @@  help develop GCC:</p>
     inadequacies</a>.</li>
 <li><a href="cpplib.html">Projects for the C preprocessor.</a></li>
 <li><a href="c-frontend.html">Projects for improving the C front end.</a></li>
-<li><a href="cxx1y.html">Implementing new C++14 features.</a></li>
+<li><a href="cxx-status.html">Implementing new C++ features.</a></li>
 <li><a href="gupc.html">The GNU UPC Project.</a></li>
 <li><a href="#improve_the_installation_procedure">Improve the
installation procedure</a></li>