Skip to content
Snippets Groups Projects
Commit 5ed11ce6 authored by Kyle Doherty's avatar Kyle Doherty Committed by Allen Gilliland
Browse files

fix link to setup guide

parent fb2ffbdf
Branches
Tags
No related merge requests found
......@@ -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>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment