We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc46aa5 commit 7e65bf8Copy full SHA for 7e65bf8
themes/mongodb-tutorials/src/navbar.js
@@ -27,7 +27,7 @@ const Navbar = (props) => {
27
</div>
28
29
<div className="navbar-download">
30
- <a href="#" className="navbar-download__text">Download MongoDB</a>
+ <a href="https://www.mongodb.com/download-center?jmp=tutorials" className="navbar-download__text">Download MongoDB</a>
31
<img className="navbar-download__icon" src={ props.baseURL + '/images/download-icon.svg' } alt="Download Icon" />
32
33
0 commit comments