Skip to content

Commit

Permalink
Fix readme links [#147615323]
Browse files Browse the repository at this point in the history
  • Loading branch information
dgodd committed Jun 22, 2017
1 parent 2fcb24a commit 4d34a7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -4,13 +4,13 @@

A Cloud Foundry [buildpack](http://docs.cloudfoundry.org/buildpacks/) for Node based apps.

This is based on the [Heroku buildpack] (https://github.com/heroku/heroku-buildpack-nodejs).
This is based on the [Heroku buildpack](https://github.com/heroku/heroku-buildpack-nodejs).

Additional documentation can be found at the [CloudFoundry.org](http://docs.cloudfoundry.org/buildpacks/node/index.html).

### Buildpack User Documentation

Official buildpack documentation can be found at http://docs.cloudfoundry.org/buildpacks/node/index.html).
Official buildpack documentation can be found at [node buildpack docs](http://docs.cloudfoundry.org/buildpacks/node/index.html).

### Building the Buildpack

Expand Down Expand Up @@ -50,15 +50,15 @@ To test a buildpack, run the following command from the buildpack's directory:
BUNDLE_GEMFILE=cf.Gemfile bundle exec buildpack-build
```

More options can be found on Machete's [GitHub page.](https://github.com/cloudfoundry/machete)
More options can be found on Machete's [GitHub page](https://github.com/cloudfoundry/machete).

### Contributing

Find our guidelines [here](./CONTRIBUTING.md).

### Help and Support

Join the #buildpacks channel in our [Slack community] (http://slack.cloudfoundry.org/)
Join the #buildpacks channel in our [Slack community](http://slack.cloudfoundry.org/)

### Reporting Issues

Expand Down

0 comments on commit 4d34a7d

Please sign in to comment.