README/docs: s/projectquay/quay in git URIs

The canonical repository is going to stay at github.com/quay/quay.

[ci skip]
This commit is contained in:
Jimmy Zelinskie 2019-11-12 16:16:47 -05:00
parent 1d1092e4b4
commit bef1500978
2 changed files with 4 additions and 4 deletions

View file

@ -6,10 +6,10 @@ The instructions below describe how to create and setup a container for working
For convenience, the environment variable `QUAY_DEVEL_HOME` will be referenced for locations of the parent directory for source and other directories.
The directory `$QUAY_DEVEL_HOME/quay` is your _development_ git checkout of [quay](https://github.com/quay/projectquay).
The directory `$QUAY_DEVEL_HOME/quay` is your _development_ git checkout of [quay](https://github.com/quay/quay).
```
cd $QUAY_DEVEL_HOME
git checkout github.com/quay/projectquay.git
git checkout github.com/quay/quay.git
```
For local storage, create the directory where images will be written to disk.