Skip to content

Commit ed7dbbe

Browse files
committed
Address code review
1 parent d21bb60 commit ed7dbbe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/ARCHITECTURE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ These files and directories have to do with the backend:
3434
* `src/` - The backend's source code
3535
* `target/` - Compiled output, including dependencies and final binary artifacts - (ignored in
3636
`.gitignore`)
37-
* `tmp/index-bare` - The registry repository; in production this is cloned from Github and in
38-
development from `tmp/index-bare` - (ignored in `.gitignore`)
3937

4038
The backend stores information in a Postgres database.
4139

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ cargo publish --index file:///path/to/your/crates.io/tmp/index-bare --token $YOU
455455
456456
> If you're using an older version of cargo you should use `--host` instead of `--index`.
457457
458-
where `file:///path/to/your/crates.io/checkout` is the directory that you have
458+
where `file:///path/to/your/crates.io` is the directory that you have
459459
crates.io's code in, and `tmp/index-bare` is the directory with the git index
460460
that `./script/init-local-index.sh` set up.
461461

0 commit comments

Comments
 (0)