Skip to content

Commit 489096f

Browse files
fix-the-pdf-link Fix the link to PDF (#535)
modified: _resource/overrides/main.html
1 parent ab05d24 commit 489096f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_resource/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{% include "partials/nav.html" %}
3333
<br>
3434
<label class="md-nav__title" for="__drawer">
35-
<a href="https://learn.percona.com/download-manual-percona-server-for-mysql-8-0" onclick="_gaq.push(['b._trackEvent', 'Percona Server', 'Download', 'Download Manual Percona Server']);" class="md-nav__link md-nav__link--active" style="font-size: .7rem;">
35+
<a href="https://learn.percona.com/download-manual-percona-server-for-mysql-8.0" onclick="_gaq.push(['b._trackEvent', 'Percona Server', 'Download', 'Download Manual Percona Server']);" class="md-nav__link md-nav__link--active" style="font-size: .7rem;">
3636
Download PDF
3737
</a>
3838
</label>

0 commit comments

Comments
 (0)