From bf951e93ce26f06f4e1bf791a7d0185affaca2ea Mon Sep 17 00:00:00 2001 From: Aaron Triantafyllidis Date: Fri, 11 Jul 2014 15:27:49 -0400 Subject: [PATCH] Link to CF docs in the readme [#69192654] --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 7c23f502c..afc369c2e 100644 --- a/Readme.md +++ b/Readme.md @@ -4,6 +4,8 @@ A Cloud Foundry [buildpack](http://docs.cloudfoundry.org/buildpacks/) for Python This is based on the [Heroku buildpack] (https://github.com/heroku/heroku-buildpack-python). +Additional inofrmation can be found at [CloudFoundry.org](http://docs.cloudfoundry.org/buildpacks/). + ## Usage This buildpack will be used if there is a `requirements.txt` or `setup.py` file in the root directory of your project.