From 5b30accf351f9d874e3ee319aeee00bc12a593a3 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Thu, 2 Sep 2021 09:04:36 +0200 Subject: [PATCH] Change URLs to reflect new project home Signed-off-by: Nicolas De Loof --- CONTRIBUTING.md | 4 ++-- README.md | 3 +-- cmd/main.go | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51c6e9d0..799a78a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ A great way to contribute to the project is to send a detailed report when you encounter an issue. We always appreciate a well-written, thorough bug report, and will thank you for it! -Check that [our issue database](https://github.com/docker/compose-cli/issues) +Check that [our issue database](https://github.com/docker/compose/labels/Docker%20Compose%20V2) doesn't already include that problem or suggestion before submitting an issue. If you find a match, you can use the "subscribe" button to get notified on updates. Do *not* leave random "+1" or "I have this too" comments, as they @@ -67,7 +67,7 @@ This section gives the experienced contributor some tips and guidelines. Not sure if that typo is worth a pull request? Found a bug and know how to fix it? Do it! We will appreciate it. Any significant change, like adding a backend, should be documented as -[a GitHub issue](https://github.com/docker/compose-cli/issues) +[a GitHub issue](https://github.com/docker/compose/issues) before anybody starts working on it. We are always thrilled to receive pull requests. We do our best to process them diff --git a/README.md b/README.md index 5a02e639..aaa1344a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Docker Compose v2 -[![Actions Status](https://github.com/docker/compose-cli/workflows/Continuous%20integration/badge.svg)](https://github.com/docker/compose-cli/actions) -[![Actions Status](https://github.com/docker/compose-cli/workflows/Windows%20CI/badge.svg)](https://github.com/docker/compose-cli/actions) +[![Actions Status](https://github.com/docker/compose/workflows/Continuous%20integration/badge.svg)](https://github.com/docker/compose/actions) ![Docker Compose](logo.png?raw=true "Docker Compose Logo") diff --git a/cmd/main.go b/cmd/main.go index de3a54bc..00756fed 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -31,7 +31,7 @@ import ( func init() { commands.Warning = "The new 'docker compose' command is currently experimental. " + - "To provide feedback or request new features please open issues at https://github.com/docker/compose-cli" + "To provide feedback or request new features please open issues at https://github.com/docker/compose" } func main() {