Commit 6a6338a2 authored by Vivek Galatage's avatar Vivek Galatage Committed by Commit Bot

Fix the mojo.idl link in the README.md

Post rename, there are certain links within README.md file which
are pointing to the old directory structure.  Correct these links
to point to the correct ones!

REVIEWER=mstensho@chromium.org
R=mstensho@chromium.org
Signed-off-by: default avatarVivek Galatage <vivekg@chromium.org>
Change-Id: Ib1148cb4339823081ef96f2e24a87f2f21f57c15
Reviewed-on: https://chromium-review.googlesource.com/c/1293431Reviewed-by: default avatarMorten Stenshorne <mstensho@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602302}
parent b7bc4e3c
...@@ -3,7 +3,7 @@ This document is a subset of the [Mojo documentation](/mojo/README.md). ...@@ -3,7 +3,7 @@ This document is a subset of the [Mojo documentation](/mojo/README.md).
The JavaScript system API exposes the capabilities to create message pipes, data The JavaScript system API exposes the capabilities to create message pipes, data
pipes, shared buffers and watchers. The API is defined using Web IDL. You could pipes, shared buffers and watchers. The API is defined using Web IDL. You could
find the IDL files [here](https://cs.chromium.org/chromium/src/third_party/blink/Source/core/mojo/). find the IDL files [here](https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/mojo/)
Please refer to the low-level [C system API](/mojo/public/c/system/README.md) Please refer to the low-level [C system API](/mojo/public/c/system/README.md)
for more detailed documentation of equivalent methods. for more detailed documentation of equivalent methods.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment