From 2684e51aa5590bf2f9741710246574d711d77873 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Tue, 14 Aug 2018 09:55:01 +0200 Subject: [PATCH] Complete transition from the `projectactomic` project to the `containers` one Replace the occurrences of `github.com/projectatomic` with `github.com/containers` to ensure clean clones of the project are building, travis badges on the README work as expected and other minor things. Signed-off-by: Flavio Castelli --- CONTRIBUTING.md | 6 +++--- Dockerfile | 4 ++-- Dockerfile.build | 2 +- Makefile | 6 +++--- README.md | 8 ++++---- cmd/skopeo/main.go | 2 +- hack/make.sh | 4 ++-- hack/travis_osx.sh | 8 ++++---- integration/check_test.go | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be347633..03ab66af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ that we follow. ## Reporting Issues Before reporting an issue, check our backlog of -[open issues](https://github.com/projectatomic/skopeo/issues) +[open issues](https://github.com/containers/skopeo/issues) to see if someone else has already reported it. If so, feel free to add your scenario, or additional information, to the discussion. Or simply "subscribe" to it to be notified when it is updated. @@ -122,9 +122,9 @@ IRC group on `irc.freenode.net` called `container-projects` that has been setup. For discussions around issues/bugs and features, you can use the github -[issues](https://github.com/projectatomic/skopeo/issues) +[issues](https://github.com/containers/skopeo/issues) and -[PRs](https://github.com/projectatomic/skopeo/pulls) +[PRs](https://github.com/containers/skopeo/pulls) tracking system.