diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f3fbfaee1d..ee59f36eed5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,8 +46,8 @@ Follow these steps to make a contribution to any of our open source repositories 1. Check out the `master` branch of [capi-release](https://github.com/cloudfoundry/capi-release) 1. Run `scripts/update` from the `capi-release` repo to update submodules 1. Checkout your branch of cloud_controller_ng in the submodule of capi-release. -1. Run this [script](https://github.com/cloudfoundry/capi-release/blob/develop/scripts/create_and_upload) to create and upload a capi dev release to your bosh-lite. -1. Run this [script](https://github.com/cloudfoundry/capi-release/blob/develop/scripts/deploy) to deploy CF to your bosh-lite with the capi dev release you just created. +1. Run this [script](https://github.com/cloudfoundry/capi-workspace/blob/master/scripts/create_and_upload) to create and upload a capi dev release to your bosh-lite. +1. Run this [script](https://github.com/cloudfoundry/capi-workspace/blob/master/scripts/deploy) to deploy CF to your bosh-lite with the capi dev release you just created. ### PR Considerations We favor pull requests with very small, single commits with a single purpose.