Skip to content

Commit 7458a64

Browse files
committed
Fix PDF link override
1 parent 0d4c8ef commit 7458a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block content %}
44
{% if true %}
5-
<a href="https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/gh-pages/pdf/SparkFun_RTK_User_Manual.pdf?raw=true" title="Download Site" class="md-content__button md-icon">
5+
<a href="https://github.com/sparkfun/SparkFun_RTK_Everywhere_Firmware/blob/gh-pages/pdf/SparkFun_RTK_Everywhere_User_Manual.pdf?raw=true" title="Download Site" class="md-content__button md-icon">
66
{% include ".icons/material/file-pdf-box.svg" %}
77
</a>
88
{% endif %}

0 commit comments

Comments
 (0)