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:
parent
1d1092e4b4
commit
bef1500978
2 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Project Quay
|
# Project Quay
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.com/quay/projectquay.svg?token=pWvEz2TeyDsVn69Hkiwq&branch=master)](https://travis-ci.com/quay/projectquay)
|
[![Build Status](https://travis-ci.com/quay/quay.svg?token=pWvEz2TeyDsVn69Hkiwq&branch=master)](https://travis-ci.com/quay/quay)
|
||||||
|
|
||||||
:warning: The `master` branch may be in an *unstable or even broken state* during development.
|
:warning: The `master` branch may be in an *unstable or even broken state* during development.
|
||||||
Please use [releases] instead of the `master` branch in order to get stable software.
|
Please use [releases] instead of the `master` branch in order to get stable software.
|
||||||
|
|
||||||
[releases]: https://github.com/quay/projectquay/releases
|
[releases]: https://github.com/quay/quay/releases
|
||||||
|
|
||||||
![Project Quay Logo](project_quay_logo.png)
|
![Project Quay Logo](project_quay_logo.png)
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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
|
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.
|
For local storage, create the directory where images will be written to disk.
|
||||||
|
|
Reference in a new issue