udate nits
diff --git a/README.md b/README.md index d5ac387..676e453 100644 --- a/README.md +++ b/README.md
@@ -1,7 +1,10 @@ # Source code for www.chromium.org This Git repo contains the source content for -[www.chromium.org](https://www.chromium.org)]. +[www.chromium.org](https://www.chromium.org). + +*NOTE: 2021-10-13.* This is not (yet) actually true. This is a work-in-progress +repo that we plan to move to. The website is implemented by serving static content (mostly Markdown files) that is translated / built ahead of time into HTML using the @@ -10,7 +13,7 @@ Large objects (PDFs, big images, etc.) are stored in a [Google Cloud Storage](cloud.google.com/storage) bucket, indexed by -SHA-1 checksums that are checked-in to this repo. +SHA-1 checksums that are committed into this repo. -See [//docs/CONTRIBUTING.md](docs/CONTRIBUTING.md) if you wish to work on -the site. +See [//docs/CONTRIBUTING.md](docs/CONTRIBUTING.md) if you wish to contribute +to the site.
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index ffb2cc4..f8fe2d8 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md
@@ -58,7 +58,7 @@ The content will be built into `//build`. ```bash - $ ./npmw watch + $ ./npmw start ``` 8. Check in your changes and upload a CL to the Gerrit code review server.