diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index fdee44c..b43db7c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -25,9 +25,11 @@ const features = [ standalone binaries</a> are offered! </div> <div className="card__footer"> - <button className="button button--primary button--block disabled"> - Get Started - </button> + <a href="/docs/whirl/deploying_setup" target="_blank"> + <button className="button button--primary button--block"> + Get Started + </button> + </a> </div> </div> ), |