[PATCH] D75709: Correct the Bjarne Stroustrup’s C++ Page link

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 14:23:24 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGdafc7a54923f: Correct the Bjarne Stroustrup's C++ Page link (authored by xgupta, committed by hubert.reinterpretcast).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75709/new/

https://reviews.llvm.org/D75709

Files:
  llvm/docs/ProgrammersManual.rst


Index: llvm/docs/ProgrammersManual.rst
===================================================================
--- llvm/docs/ProgrammersManual.rst
+++ llvm/docs/ProgrammersManual.rst
@@ -71,7 +71,7 @@
    <http://www.sgi.com/tech/stl/stl_introduction.html>`_.
 
 #. `Bjarne Stroustrup's C++ Page
-   <http://www.research.att.com/%7Ebs/C++.html>`_.
+   <http://www.stroustrup.com/C++.html>`_.
 
 #. `Bruce Eckel's Thinking in C++, 2nd ed. Volume 2 Revision 4.0
    (even better, get the book)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75709.248828.patch
Type: text/x-patch
Size: 488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200306/18c02db8/attachment.bin>


More information about the llvm-commits mailing list