Merge "update URL references to project."

This commit is contained in:
Jenkins 2014-06-04 09:50:51 +00:00 committed by Gerrit Code Review
commit f61b654c85
3 changed files with 4 additions and 4 deletions
doc/source
jenkins_jobs/modules
setup.cfg

@ -9,7 +9,7 @@ The OpenStack project uses Puppet to manage its infrastructure
systems, including Jenkins. If you use Puppet, you can use the
`OpenStack Jenkins module`__ to install Jenkins Job Builder.
__ https://github.com/openstack-infra/config/tree/master/modules/jenkins
__ https://git.openstack.org/cgit/openstack-infra/config/tree/modules/jenkins
Documentation
-------------

@ -28,7 +28,7 @@ Example::
properties:
- github:
url: https://github.com/openstack-ci/jenkins-job-builder/
url: https://github.com/openstack-infra/jenkins-job-builder/
"""
@ -136,7 +136,7 @@ def github(parser, xml_parent, data):
properties:
- github:
url: https://github.com/openstack-ci/jenkins-job-builder/
url: https://github.com/openstack-infra/jenkins-job-builder/
"""
github = XML.SubElement(xml_parent,
'com.coravy.hudson.plugins.github.'

@ -10,7 +10,7 @@ author_email = openstack-infra@lists.openstack.org
summary = Manage Jenkins jobs with YAML
description-file = README.rst
license = Apache License, Version 2.0
home-page = https://github.com/openstack-ci/jenkins-job-builder
home-page = https://git.openstack.org/cgit/openstack-infra/jenkins-job-builder
classifiers =
Environment :: Console
Intended Audience :: Developers