summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2017-09-13 10:22:35 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2017-09-13 10:22:35 +0000
commit08c577a5fb2732bb08070953e8fbf29e59372fea (patch)
tree2e93881b826dffd1f80bb12fcc955c715bbfbfc8
parent4d79b8dd4ad285b9cc1dc88a9256174649d834fe (diff)
downloadgcc-08c577a5fb2732bb08070953e8fbf29e59372fea.tar.gz
Fix broken URLs in libstdc++ API docs
* doc/doxygen/mainpage.html: Fix broken URLs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-7-branch@252071 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog2
-rw-r--r--libstdc++-v3/doc/doxygen/mainpage.html6
2 files changed, 5 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index bfa51735361..1e90a92c9b9 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,7 @@
2017-09-13 Jonathan Wakely <jwakely@redhat.com>
+ * doc/doxygen/mainpage.html: Fix broken URLs.
+
PR libstdc++/81835
* doc/xml/manual/extensions.xml: Replace unstable URL.
* doc/html/manual/ext_demangling.html: Regenerate.
diff --git a/libstdc++-v3/doc/doxygen/mainpage.html b/libstdc++-v3/doc/doxygen/mainpage.html
index aa650bafeda..b54482a74e9 100644
--- a/libstdc++-v3/doc/doxygen/mainpage.html
+++ b/libstdc++-v3/doc/doxygen/mainpage.html
@@ -28,7 +28,7 @@
<p>There are two types of documentation for libstdc++. One is the
distribution documentation, which can be read online
- <a href="http://gcc.gnu.org/onlinedocs/libstdc++/index.html">here</a>
+ <a href="https://gcc.gnu.org/onlinedocs/libstdc++/index.html">here</a>
or offline from the file doc/html/index.html in the library source
directory.
</p>
@@ -78,11 +78,11 @@
pages. See the section "Documentation Style"
in <code>doc/xml/manual/appendix_contributing.xml</code> in the
source tree for how to create (and write) the doxygen markup.
- This style guide can also be viewed on the <a href="http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01apas04.html">web</a>.
+ This style guide can also be viewed on the <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_hacking.html">web</a>.
<h2>License, Copyright, and Other Lawyerly Verbosity</h2>
<p>The libstdc++ documentation is released under
- <a href="http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01s02.html">
+ <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/appendix_gpl.html">
these terms</a>.
</p>
<p>Part of the generated documentation involved comments and notes from