Style guide: The source code has moved; update link to match

Bug: none
Change-Id: I89a8451f36fe159ad18d0083ac3ce38004973d80
Notry: true
Reviewed-on: https://webrtc-review.googlesource.com/61721
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22422}
This commit is contained in:
Karl Wiberg
2018-03-14 12:27:55 +01:00
committed by Commit Bot
parent ea4a4cf7cb
commit 3b4c590188

View File

@ -34,7 +34,7 @@ instead of | use
`const T* ptr, size_t num_elements` | `ArrayView<const T>`
`T* ptr, size_t num_elements` | `ArrayView<T>`
See [the source](webrtc/api/array_view.h) for more detailed docs.
See [the source](api/array_view.h) for more detailed docs.
### sigslot