Skip to content
Snippets Groups Projects
Unverified Commit 1b13a35b authored by Ryan Senior's avatar Ryan Senior Committed by GitHub
Browse files

Merge pull request #7289 from metabase/fix-getting-started-link

Fix setup getting started link
parents a34694d1 d70751fa
Branches
Tags
No related merge requests found
......@@ -45,7 +45,9 @@ export default class Setup extends Component {
{t`If you feel stuck`},{" "}
<a
className="link"
href={"http://www.metabase.com/docs/" + tag + "/setting-up-metabase"}
href={
"http://www.metabase.com/docs/" + tag + "/setting-up-metabase.html"
}
target="_blank"
>{t`our getting started guide`}</a>{" "}
{t`is just a click away.`}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment