diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2018-09-24 11:14:36 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2018-09-24 11:14:36 +0000 |
commit | 54b7d98ec40895719d5d62be02e5f03d08aac543 (patch) | |
tree | 91fe6c4468e9cfacb6284fb065755a58f307345f | |
parent | b3934b3ca24f99b4f44277466788d0782319f33e (diff) | |
download | gcc-54b7d98ec40895719d5d62be02e5f03d08aac543.zip gcc-54b7d98ec40895719d5d62be02e5f03d08aac543.tar.gz gcc-54b7d98ec40895719d5d62be02e5f03d08aac543.tar.bz2 |
policy_data_structures_biblio.xml: Update link to "Priority Queues and the STL".
* doc/xml/manual/policy_data_structures_biblio.xml: Update link
to "Priority Queues and the STL".
From-SVN: r264527
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f5fdb43..75b6157 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2018-09-24 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/policy_data_structures_biblio.xml: Update link + to "Priority Queues and the STL". + 2018-09-23 Gerald Pfeifer <gerald@pfeifer.com> * doc/xml/manual/using_exceptions.xml: Move boost.orgs link to diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml index 1a6e14a..e255ce4 100644 --- a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml +++ b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml @@ -1139,7 +1139,7 @@ <biblioentry xml:id="biblio.nelson96stlpq"> <title> <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://marknelson.us/1996/01/01/priority-queues/">Priority Queues and the STL + xlink:href="https://marknelson.us/posts/1996/01/01/priority-queues.html">Priority Queues and the STL </link> </title> <date> |