Skip to content

Commit

Permalink
[Documentation] Fix Broken Links
Browse files Browse the repository at this point in the history
After all scripts of capi release have been migrated to capi-workspace,
`contributing.md` file is still pointing to the old now broken links.
  • Loading branch information
tareqmamari committed Jun 9, 2019
1 parent 2068e57 commit bf3cce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bf3cce0

Please sign in to comment.