diff --git a/frontend/src/setup/components/Setup.jsx b/frontend/src/setup/components/Setup.jsx index 6866a3a76bc49a6a1e64e43c2d1220843ec6ea57..09f8609f166e7138c2fcf1bb464339cbe6eed7a7 100644 --- a/frontend/src/setup/components/Setup.jsx +++ b/frontend/src/setup/components/Setup.jsx @@ -34,7 +34,7 @@ export default class Setup extends Component { const { tag } = MetabaseSettings.get('version'); return ( <div className="SetupHelp bordered border-dashed p2 rounded mb4" > - If you feel stuck, <a className="link" href={"http://www.metabase.com/docs/"+tag+"/getting-started/start.html"} target="_blank">our getting started guide</a> is just a click away. + If you feel stuck, <a className="link" href={"http://www.metabase.com/docs/"+tag+"/setting-up-metabase"} target="_blank">our getting started guide</a> is just a click away. </div> ); }