Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit d3898bc

Browse files
edmorleysidmitra
authored andcommitted
Docs: Use the buildpack registry URL in usage example (heroku#194)
Since this buildpack exists on the buildpack registry under the name `heroku-community/static`, and using buildpack registry versions is recommended over the GitHub URLs.
1 parent 7efdfb4 commit d3898bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For a guide, read the [Getting Started with Single Page Apps on Heroku](https://
1414
## Deploying
1515
The `static.json` file is required to use this buildpack. This file handles all the configuration described below.
1616

17-
1. Set the app to this buildpack: `$ heroku buildpacks:set https://github.com/heroku/heroku-buildpack-static.git`.
17+
1. Set the app to this buildpack: `$ heroku buildpacks:set heroku-community/static`.
1818
2. Deploy: `$ git push heroku master`
1919

2020
### Configuration

0 commit comments

Comments
 (0)