aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2018-10-01 15:17:15 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2018-10-01 15:17:15 +0000
commit3553df866af08c5b9e5873ca536058eace183f12 (patch)
tree6b90c788fde5025497b6771216fa382a0f2f4f9a /libstdc++-v3
parent8e4d333b0e0d4d28ce394f097720f4f9fdcfc015 (diff)
downloadgcc-3553df866af08c5b9e5873ca536058eace183f12.zip
gcc-3553df866af08c5b9e5873ca536058eace183f12.tar.gz
gcc-3553df866af08c5b9e5873ca536058eace183f12.tar.bz2
allocator.xml: Adjust link to "Reconsidering Custom Memory Allocation".
* doc/xml/manual/allocator.xml: Adjust link to "Reconsidering Custom Memory Allocation". From-SVN: r264761
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/doc/xml/manual/allocator.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 02d4dd5..7cb0ef5 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2018-10-01 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/allocator.xml: Adjust link to "Reconsidering
+ Custom Memory Allocation".
+
2018-10-01 Jonathan Wakely <jwakely@redhat.com>
* doc/html/*: Regenerate.
diff --git a/libstdc++-v3/doc/xml/manual/allocator.xml b/libstdc++-v3/doc/xml/manual/allocator.xml
index 31ee0f0..93d5c4a 100644
--- a/libstdc++-v3/doc/xml/manual/allocator.xml
+++ b/libstdc++-v3/doc/xml/manual/allocator.xml
@@ -531,7 +531,7 @@
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://people.cs.umass.edu/~emery/pubs/berger-oopsla2002.pdf">
+ xlink:href="https://people.cs.umass.edu/~emery/pubs/berger-oopsla2002.pdf">
Reconsidering Custom Memory Allocation
</link>
</title>