diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-26 00:15:14 +0000 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-26 00:15:14 +0000 |
| commit | 8a2fa44b01b5a8a472dd592905ca0330f91b3199 (patch) | |
| tree | f86bc04194fa98b1c35e1b28c444c07151b8899f /docs/src | |
| parent | More fixes :) (diff) | |
| download | atuin-8a2fa44b01b5a8a472dd592905ca0330f91b3199.zip | |
Docs index page
Diffstat (limited to '')
| -rw-r--r-- | docs/src/pages/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 08500787..e81ebba5 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -19,7 +19,7 @@ function HomepageHeader() { <div className={styles.buttons}> <Link className="button button--primary button--lg" - to="/docs/setup"> + to="/docs"> Get Started </Link> </div> |
