[docs] Reuse existing jiri manifest in source tree.

Reuse the existing manifest file in source tree in documentation.

Bug: 38659
Change-Id: I9d5d2af4f1c6b59e5795f21dea05a38909368eb2
diff --git a/README.md b/README.md
index 2a9de55..8cce52a 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@
 `https://fuchsia.googlesource.com/jiri` repo.
 
 ```
-jiri import manifests/jiri https://fuchsia.googlesource.com/jiri
+jiri import -name jiri manifest https://fuchsia.googlesource.com/jiri
 ```
 
 The next time you run `jiri update`, jiri will sync all projects listed in the
@@ -151,7 +151,7 @@
 
 ```
 cd "$MY_ROOT"
-jiri import manifests/jiri https://fuchsia.googlesource.com/jiri
+jiri import -name jiri manifest https://fuchsia.googlesource.com/jiri
 ```
 
 You should now have a file in the root directory called `.jiri_manifest`, which
@@ -164,7 +164,7 @@
 jiri update
 ```
 
-You should now see the imported project in `$MY_ROOT/jiri`.
+You should now see the imported project in `$MY_ROOT/go/src/fuchsia.googlesource.com/jiri`.
 
 Running `jiri update` again will sync the local repos to the remotes, and
 update the jiri tool.
@@ -486,7 +486,7 @@
 [go contrib]: https://golang.org/doc/contribute.html#Code_review "Go Contribution Guidelines - Code Review"
 [jiri-wiki]: https://en.wikipedia.org/wiki/Ji%C5%99%C3%AD "Jiří"
 [manifests]: #manifests "manifests"
-[jiri manifest]: https://fuchsia.googlesource.com/jiri/+/refs/heads/master/manifests/jiri "jiri manifest"
+[jiri manifest]: https://fuchsia.googlesource.com/jiri/+/refs/heads/master/manifest "jiri manifest"
 [manifest doc]:/manifest.md "Jiri manifest"
 [filesystem doc]:/filesystem.md "Jiri filesystem"
 [hacking doc]:/HACKING.md "Jiri local updates"
diff --git a/manifests/jiri b/manifests/jiri
deleted file mode 100644
index 1f894eb..0000000
--- a/manifests/jiri
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<manifest>
-  <projects>
-     <project name="jiri"
-              path="jiri"
-              remote="https://fuchsia.googlesource.com/jiri"
-              githooks=""
-              gerrithost="https://fuchsia-review.googlesource.com"/>
-  </projects>
-</manifest>
\ No newline at end of file