diff --git a/README.md b/README.md index 0e7f5d71c..5995ee322 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # 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. 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) diff --git a/docs/development-container.md b/docs/development-container.md index 444054429..20e1831f6 100644 --- a/docs/development-container.md +++ b/docs/development-container.md @@ -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.