From bef1500978ab6c31e2f7f9eec9d134a48e4b12de Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 12 Nov 2019 16:16:47 -0500 Subject: [PATCH] README/docs: s/projectquay/quay in git URIs The canonical repository is going to stay at github.com/quay/quay. [ci skip] --- README.md | 4 ++-- docs/development-container.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.