[PATCH] D75709: Correct the Bjarne Stroustrup’s C++ Page link
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 14:17:16 PST 2020
xgupta created this revision.
xgupta added reviewers: jyknight, sanjoy.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
xgupta accepted this revision.
This revision is now accepted and ready to land.
Bjarne Stroustrup’s C++ Page link pointing to wrong AT&T page.
Repository:
rG LLVM Github Monorepo
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.248602.patch
Type: text/x-patch
Size: 488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200305/4cbe355a/attachment.bin>
More information about the llvm-commits
mailing list