From 9ab8a7c1c3a50221a25653fa18ef42d8dacc721f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 29 Dec 2015 20:29:47 +0100 Subject: [PATCH] Use git.openstack.org everywhere Our official git master is at git.openstack.org, update places that use github instead. Remove contributors link, it's not available on git.openstack.org. Fix capitalization of OpenStack. Change-Id: Ia3dc1065292bfe00976bd2d527d44f28789cda6b --- README.md | 6 +++--- puppet-{{cookiecutter.project_name}}/README.md | 7 +------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 428295b..43835f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # puppet-infra-cookiecutter -Cookiecutter template for a compliant Openstack-infra puppet-modules +Cookiecutter template for a compliant OpenStack-infra puppet-modules ## Installation @@ -12,9 +12,9 @@ There are two ways to create the boilerplate for the puppet module. ### Locally - 1. Clone locally the [puppet-infra-cookiecutter](https://github.com/openstack-infra/puppet-infra-cookiecutter.git) repository. + 1. Clone locally the [puppet-infra-cookiecutter](https://git.openstack.org/cgit/openstack-infra/puppet-infra-cookiecutter) repository. 2. Run `cookiecutter /path/to/cloned/repo` ### Remotely (ie. using a git repo) - 1. Run `cookiecutter https://github.com/openstack-infra/puppet-infra-cookiecutter.git` + 1. Run `cookiecutter https://git.openstack.org/openstack-infra/puppet-infra-cookiecutter.git` diff --git a/puppet-{{cookiecutter.project_name}}/README.md b/puppet-{{cookiecutter.project_name}}/README.md index d8c0ce3..57eb318 100644 --- a/puppet-{{cookiecutter.project_name}}/README.md +++ b/puppet-{{cookiecutter.project_name}}/README.md @@ -14,7 +14,7 @@ Overview -------- -The {{cookiecutter.project_name}} module is a part of [OpenStack-infra](https://github.com/openstack-infra), an effort by the Openstack infrastructure team to provide continuous integration testing and code review for Openstack-infra projects. +The {{cookiecutter.project_name}} module is a part of [OpenStack-infra](https://git.openstack.org/cgit/openstack-infra), an effort by the OpenStack infrastructure team to provide continuous integration testing and code review for OpenStack-infra projects. Module Description ------------------ @@ -62,8 +62,3 @@ Development Developer documentation for the entire puppet-infra project. * http://docs.openstack.org/infra/system-config/puppet.html - -Contributors ------------- - -* https://github.com/openstack/puppet-{{cookiecutter.project_name}}/graphs/contributors