Linkify self reference in src/styleguide/c++/c++11.html

Change-Id: I53779028435f5ddd35c5803a15453d6857c13ef1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2676582
Reviewed-by: Peter Kasting <[email protected]>
Commit-Queue: Peter Kasting <[email protected]>
Cr-Commit-Position: refs/heads/master@{#851215}
diff --git a/styleguide/c++/c++11.html b/styleguide/c++/c++11.html
index cc9703b..f9bfc4f2 100644
--- a/styleguide/c++/c++11.html
+++ b/styleguide/c++/c++11.html
@@ -20,8 +20,9 @@
 <div id="content">
 <h1>Modern C++ use in Chromium</h1>
 
-<p><i>This document lives at src/styleguide/c++/c++11.html in a Chromium
-checkout and is part of the more general
+<p><i>This document lives at
+<a href="https://source.chromium.org/chromium/chromium/src/+/master:styleguide/c++/c++11.html">
+src/styleguide/c++/c++11.html</a> in a Chromium checkout and is part of the more general
 <a href="https://chromium.googlesource.com/chromium/src/+/master/styleguide/c++/c++.md">
 Chromium C++ style guide</a>. It summarizes the supported state of new and
 updated language and library features in recent C++ standards and the