diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 9b6170bd8..02720fbee 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -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/openstack-ci-puppet/tree/master/modules/jenkins +__ https://github.com/openstack-infra/config/tree/master/modules/jenkins Configuration File diff --git a/tools/test.sh b/tools/test.sh index ddb6bc827..a25a6bea9 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -3,7 +3,7 @@ # A simple script to verify that the XML output is unaltered after a change. # First, symlink "config" to the directory containing your config files -# (eg openstack-ci-puppet/modules/openstack_project/files/jenkins_job_builder/config) +# (eg openstack-infra/config/modules/openstack_project/files/jenkins_job_builder/config) # Before you start work, run "./test.sh save". # As you test your change, run "./test.sh" to see differences in XML output.