Skip to content

Commit 5387670

Browse files
committed
Fixed casing in URL for reference docs layout.
1 parent f982371 commit 5387670

File tree

1 file changed

+1
-1
lines changed
  • Docs/reference/themes/mongodb/layouts/partials/header

1 file changed

+1
-1
lines changed

Docs/reference/themes/mongodb/layouts/partials/header/topRight.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div>
22
<div class="nav-items pull-right">
3-
<a href="https://University.mongodb.com" data-toggle="tooltip" data-placement="bottom" title="Try MongoDB in the browser">Learn</a>
3+
<a href="https://university.mongodb.com" data-toggle="tooltip" data-placement="bottom" title="Try MongoDB in the browser">Learn</a>
44
<a href="https://www.mongodb.com/try" data-toggle="tooltip" data-placement="bottom" title="Download MongoDB">Downloads</a>
55
<a href="https://www.mongodb.com/community" data-toggle="tooltip" data-placement="bottom" title="Get involved with MongoDB">Community</a>
66
<a href="https://www.mongodb.com/docs" data-toggle="tooltip" data-placement="bottom" title="The MongoDB Documentation">Docs</a>

0 commit comments

Comments
 (0)