Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: README.md

Issue 1356613003: Update links and urls in README.md. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 59413bb6c8c00224ced8a85e88c944860e3d6457..cc2a421722decc003f72ca457169f05d3632b6b4 100644
--- a/README.md
+++ b/README.md
@@ -184,7 +184,7 @@ instance, this command serves a dart Mojo app from the source at
`examples/dart/device_info/main.dart`:
```sh
-mojo_run https://core.mojoapps.io/examples/dart/device_info/main.dart [--android]
+mojo/devtools/common/mojo_run https://core.mojoapps.io/examples/dart/device_info/lib/main.dart [--android]
```
Some applications are meant to be run embedded in a **window manager**. To run
@@ -192,15 +192,15 @@ these, you can pass the app url using the `--embed` flag. This will run the
window manager and pass the given url to it:
```sh
-devtools/common/mojo_run --embed https://core.mojoapps.io/ganesh_app.mojo [--android]
+mojo/devtools/common/mojo_run --embed https://core.mojoapps.io/ganesh_app.mojo [--android]
```
-By default, `mojo_run` uses https://core.mojoapps.io/kiosk_wm.mojo as the window
+By default, `mojo_run` uses mojo:kiosk_wm as the window
manager. You can pass a different window manager url using the
`--window-manager` flag to override this.
For additional information on `mojo_run` refer to the built-in help and the
-[documentation](https://github.com/domokit/devtools/blob/master/README.md#runner).
+[documentation](mojo/devtools/common/docs/mojo_run.md).
You can also request more information on what the tool is doing for you by
passing the `--verbose` flag.
@@ -210,7 +210,7 @@ Devtools `mojo_debug` allows you to interactively inspect a running shell,
collect performance traces and attach a gdb debugger.
For additional information refer to the built-in help and the
-[documentation](https://github.com/domokit/devtools/blob/master/README.md#debugger).
+[documentation](mojo/devtools/common/docs/mojo_debug.md).
### Android set-up
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698