Skip to content
Snippets Groups Projects
Commit 5733af61 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #1132 from metabase/docs_version

add version number on documentation link for 'Help' in dropdown list.
parents 2ea68ec6 68b0cd6a
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ export default class ProfileLink extends Component {
: null }
<li>
<a className="Dropdown-item block text-white no-decoration" href="http://www.metabase.com/docs/" target="_blank">
<a className="Dropdown-item block text-white no-decoration" href={"http://www.metabase.com/docs/"+tag} target="_blank">
Help
</a>
</li>
......
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