Skip to content

Commit c6f284c

Browse files
committed
Fix download link
1 parent ff1570b commit c6f284c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/landing/layouts/partials/quickStart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2 id="quickStart">Quick Start</h2>
4646
</form>
4747
<div class="hidden-md hidden-sm hidden-xs col-lg-2 col-lg-pull-10 downloadLink">
4848
<a href="https://oss.sonatype.org/content/repositories/releases/org/mongodb/mongodb-driver/{{$currentReleasedVersion.version}}/"
49-
class="btn btn-dark btn-download" target="_blank">Download</a>
49+
id="downloadLink" class="btn btn-dark btn-download" target="_blank">Download</a>
5050
</div>
5151
</div>
5252

0 commit comments

Comments
 (0)