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

add version number on documentation link for 'Help' in dropdown list.

parent 2ea68ec6
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