From 75fc36645bae32e859bb29f3e5349127254f779d Mon Sep 17 00:00:00 2001 From: wildloop Date: Sun, 9 Sep 2018 17:01:56 +0200 Subject: [PATCH 1/2] Pointing the new buildpacks --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index afbce50..232408a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,9 @@ # DEPRECIATED -This buildpack has been depreciated in favour of the more up to date (and better named) https://github.com/cloudfoundry-community/staticfile-buildpack. Please use that instead. + +This buildpack has been depreciated in favour of the more up to date. +Please use one of these instead: +- **Staticfile Buildpack** [`https://github.com/cloudfoundry/staticfile-buildpack.git`](https://github.com/cloudfoundry/staticfile-buildpack) ([documentation](https://docs.cloudfoundry.org/buildpacks/staticfile/index.html)) +- **the new NGINX Buildpack** - if you require additional custom NGINX configuration - [`https://github.com/cloudfoundry/nginx-buildpack.git`](https://github.com/cloudfoundry/nginx-buildpack.git) ([documentation](https://docs.cloudfoundry.org/buildpacks/nginx/index.html)) --- From 8d93e853555bd010cbe351bd0610fd8cd705feb0 Mon Sep 17 00:00:00 2001 From: wildloop Date: Sun, 9 Sep 2018 17:02:52 +0200 Subject: [PATCH 2/2] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 232408a..831f71d 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ This buildpack has been depreciated in favour of the more up to date. Please use one of these instead: - **Staticfile Buildpack** [`https://github.com/cloudfoundry/staticfile-buildpack.git`](https://github.com/cloudfoundry/staticfile-buildpack) ([documentation](https://docs.cloudfoundry.org/buildpacks/staticfile/index.html)) -- **the new NGINX Buildpack** - if you require additional custom NGINX configuration - [`https://github.com/cloudfoundry/nginx-buildpack.git`](https://github.com/cloudfoundry/nginx-buildpack.git) ([documentation](https://docs.cloudfoundry.org/buildpacks/nginx/index.html)) +- **the new NGINX Buildpack** [`https://github.com/cloudfoundry/nginx-buildpack.git`](https://github.com/cloudfoundry/nginx-buildpack.git) ([documentation](https://docs.cloudfoundry.org/buildpacks/nginx/index.html)) - if you require additional custom NGINX configuration ---