Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1018 from agiudiceandrea/patch-8
Browse files Browse the repository at this point in the history
Fix Linux links in Download page
  • Loading branch information
rduivenvoorde authored Aug 4, 2022
2 parents 869c5d1 + 580ae2c commit 430c0ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions themes/qgis-theme/forusers_download.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,10 @@ <h4>{{ _('Download for Linux') }} <i class="icon-chevron-down pull-right"></i></
<ul>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#debian-ubuntu">{{ _('Debian/Ubuntu') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#fedora">{{ _('Fedora') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#opensuse">{{ _('openSUSE') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#rhel-centos-scientific-linux">{{ _('RHEL, CentOS, Scientific Linux, ...') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#suse-opensuse">{{ _('openSUSE') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#mandriva">{{ _('Mandriva') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#slackware">{{ _('Slackware') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#archlinux">{{ _('Arch Linux') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#arch-linux">{{ _('Arch Linux') }}</a></li>
<li><a href="{{ pathto('site/forusers/alldownloads') }}#flatpak">{{ _('Flatpak') }}</a></li>
</ul>
<p class="download-text"><a href="{{ pathto('site/forusers/alldownloads') }}#linux">{{ _('Linux Installation Instructions') }}</a></p>
Expand Down

0 comments on commit 430c0ab

Please sign in to comment.