Commit 966d2911 authored by Terence Lee's avatar Terence Lee

Merge pull request #26 from hone/git-url-docs-fix

Use HTTPS Github URLs, instead of Git
parents 148aec7d f1aa07e9
......@@ -12,7 +12,7 @@ For a guide, read the [Getting Started with Single Page Apps on Heroku](https://
## Deploying
The directory structure expected is that you have a `public_html/` directory containing all your static assets.
1. Set the app to this buildpack: `$ heroku buildpacks:set git://github.com/hone/heroku-buildpack-static.git`.
1. Set the app to this buildpack: `$ heroku buildpacks:set https://github.com/hone/heroku-buildpack-static.git`.
2. Deploy: `$ git push heroku master`
### Configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment