Skip to content
Snippets Groups Projects
Commit 08df91c0 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

Merge pull request #1299 from metabase/fix_setup_link

fix link to setup guide
parents 306d98b7 63589b88
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment