Skip to content

Commit

Permalink
Update Heroku buttons for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Dec 10, 2019
1 parent bd5841c commit ed28ebf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can try a demo version by logging in to https://falco.theo.do with the crede

You can deploy Falco on Heroku by clicking on the following button:

[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.0.2)
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.0.3)

You will need to provide your credit card details to Heroku, but you will be under the free tier by default. You can find more details on why they are needed and Heroku’s pricing policy [in the docs](https://getfal.co).

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import Link from "@docusaurus/Link";

<Link
className="button button--primary button--lg"
href={"getting-started/installation"}
href={"https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.0.3"}
style={{marginBottom: '20px'}}
>
Deploy to Heroku
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function Home() {
"button button--primary button--lg",
styles.addFocus
)}
href="https://heroku.com/deploy?template=https://github.com/theodo/falco/"
href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.0.3"
target="_blank"
>
Deploy to Heroku
Expand Down

0 comments on commit ed28ebf

Please sign in to comment.