[src/doc/book] Update 03-06-crates-io.md from crates-io.md
authorBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 00:08:18 +0000 (17:08 -0700)
committerBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 00:09:13 +0000 (17:09 -0700)
src/doc/MIGRATION_MAP
src/doc/book/src/03-06-crates-io.md
src/doc/crates-io.md

index 6a250d8535d2e54eb7048cf77fa5953a65a5a4f5..11312f37366589c73232a6a0548ca08adac9e569 100644 (file)
@@ -1,2 +1,13 @@
-config.md book/src/03-03-config.md
 build-script.md book/src/03-05-build-scripts.md
+config.md book/src/03-03-config.md
+crates-io.md book/src/03-06-crates-io.md
+environment-variables.md
+external-tools.md
+faq.md
+guide.md
+index.md
+manifest.md
+pkgid-spec.md
+policies.md
+source-replacement.md
+specifying-dependencies.md
index 98ed4eef316eeefcde4ab8229bf1e1816e16b668..2e68a738c59513a26cba572dadc0bdde4f94c802 100644 (file)
@@ -21,9 +21,9 @@ $ cargo login abcdefghijklmnopqrstuvwxyz012345
 ```
 
 This command will inform Cargo of your API token and store it locally in your
-`~/.cargo/config`. Note that this token is a **secret** and should not be shared
-with anyone else. If it leaks for any reason, you should regenerate it
-immediately.
+`~/.cargo/credentials` (previously it was `~/.cargo/config`).  Note that this
+token is a **secret** and should not be shared with anyone else. If it leaks for
+any reason, you should regenerate it immediately.
 
 ### Before publishing a new crate
 
index 0b1cf7f461929b0f36fe35535b1207af474871f2..384151b74a0f3dda9155b8c7ff0adbd5b36904c1 100644 (file)
@@ -21,10 +21,9 @@ $ cargo login abcdefghijklmnopqrstuvwxyz012345
 ```
 
 This command will inform Cargo of your API token and store it locally in your
-`~/.cargo/credentials` (previously it was `~/.cargo/config`).
-Note that this token is a **secret** and should not be shared
-with anyone else. If it leaks for any reason, you should regenerate it
-immediately.
+`~/.cargo/credentials` (previously it was `~/.cargo/config`).  Note that this
+token is a **secret** and should not be shared with anyone else. If it leaks for
+any reason, you should regenerate it immediately.
 
 # Before publishing a new crate