Port Blink C++ style guide to Markdown.

Combines the rules from:
- the old style guide: https://www.chromium.org/blink/coding-style
- jyasskin's new Blink style guide: https://goo.gl/Vjzi6W)

Bug: 578344
Change-Id: I3686aabc321cad7be6ffe404636657b856ce8452
Reviewed-on: https://chromium-review.googlesource.com/527686
Commit-Queue: Daniel Cheng <[email protected]>
Reviewed-by: Jeremy Roman <[email protected]>
Reviewed-by: Nico Weber <[email protected]>
Reviewed-by: Kentaro Hara <[email protected]>
Reviewed-by: danakj <[email protected]>
Cr-Commit-Position: refs/heads/master@{#478866}
diff --git a/styleguide/c++/c++.md b/styleguide/c++/c++.md
index 7e036d3da..423e0fc 100644
--- a/styleguide/c++/c++.md
+++ b/styleguide/c++/c++.md
@@ -16,8 +16,7 @@
 request review for a change to this file. If there's no consensus,
 `src/styleguide/c++/OWNERS` get to decide.
 
-Blink code in `third_party/WebKit` uses [Blink
-style](https://sites.google.com/a/chromium.org/dev/blink/coding-style).
+Blink code in `third_party/WebKit` uses [Blink style](blink-c++.md).
 
 ## C++11 features