[llvm] dafc7a5 - Correct the Bjarne Stroustrup's C++ Page link

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 13:59:57 PST 2020


Author: Shivam Gupta
Date: 2020-03-06T16:59:50-05:00
New Revision: dafc7a54923fc0534def02f601edfc5cff158799

URL: https://github.com/llvm/llvm-project/commit/dafc7a54923fc0534def02f601edfc5cff158799
DIFF: https://github.com/llvm/llvm-project/commit/dafc7a54923fc0534def02f601edfc5cff158799.diff

LOG: Correct the Bjarne Stroustrup's C++ Page link

Summary: Bjarne Stroustrup's C++ Page link pointing to wrong AT&T page.

Reviewers: jyknight, sanjoy, silvas, hubert.reinterpretcast

Reviewed By: hubert.reinterpretcast

Subscribers: hubert.reinterpretcast, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D75709

Added: 
    

Modified: 
    llvm/docs/ProgrammersManual.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index 375aef8845ef..99caac6e29b3 100644
--- a/llvm/docs/ProgrammersManual.rst
+++ b/llvm/docs/ProgrammersManual.rst
@@ -71,7 +71,7 @@ Here are some useful links:
    <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)


        


More information about the llvm-commits mailing list