Skip to content

Commit

Permalink
Update 'Linux' to 'Source Code'
Browse files Browse the repository at this point in the history
  • Loading branch information
Safihre committed Jan 20, 2024
1 parent 100913b commit c6a44ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/download_buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
return true
})

// Linux? For fronntpage only
// Linux? For frontpage only
if(platform == 'src') {
$('.linux-row').show()
}
Expand Down
4 changes: 2 additions & 2 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h4>SABnzbd {{ site.latest_stable }}</h4>
<li><a class="download-link-win64-bin" href="https://github.com/sabnzbd/sabnzbd/releases/download/{{ site.latest_stable }}/SABnzbd-{{ site.latest_stable }}-win64-bin.zip">Windows Portable</a> (64bit)</li>
<li><a class="download-link-win32-bin" href="https://github.com/sabnzbd/sabnzbd/releases/download/{{ site.latest_stable }}/SABnzbd-{{ site.latest_stable }}-win32-bin.zip">Windows Portable</a> (32bit and legacy)</li>
<li><a class="download-link-osx" href="https://github.com/sabnzbd/sabnzbd/releases/download/{{ site.latest_stable }}/SABnzbd-{{ site.latest_stable }}-osx.dmg">macOS</a> (10.9 and later on Intel &amp; Apple Silicon)</li>
<li><a class="download-link-src" href="https://github.com/sabnzbd/sabnzbd/releases/download/{{ site.latest_stable }}/SABnzbd-{{ site.latest_stable }}-src.tar.gz">Linux</a></li>
<li><a class="download-link-src" href="https://github.com/sabnzbd/sabnzbd/releases/download/{{ site.latest_stable }}/SABnzbd-{{ site.latest_stable }}-src.tar.gz">Source Code</a></li>
<li><a href="/wiki/installation/install-unix">Linux repositories</a> (Docker, Snap, Flatpak, Ubuntu, Debian, FreeBSD, etc)</li>
<li><a class="link-changelog" href="#">Changelog</a></li>
</ul>
Expand All @@ -64,7 +64,7 @@ <h4>SABnzbd {{ site.latest_testing }}</h4>
<li><a class="download-link-win64-bin" href="https://github.com/sabnzbd/sabnzbd/releases/download/{{ site.latest_testing }}/SABnzbd-{{ site.latest_testing }}-win64-bin.zip">Windows Portable</a> (64bit)</li>
<li><a class="download-link-win32-bin" href="https://github.com/sabnzbd/sabnzbd/releases/download/{{ site.latest_testing }}/SABnzbd-{{ site.latest_testing }}-win32-bin.zip">Windows Portable</a> (32bit and legacy)</li>
<li><a class="download-link-osx" href="https://github.com/sabnzbd/sabnzbd/releases/download/{{ site.latest_testing }}/SABnzbd-{{ site.latest_testing }}-osx.dmg">macOS</a> (10.9 and later on Intel &amp; Apple Silicon)<br></li>
<li><a class="download-link-src" href="https://github.com/sabnzbd/sabnzbd/releases/download/{{ site.latest_testing }}/SABnzbd-{{ site.latest_testing }}-src.tar.gz">Linux</a></li>
<li><a class="download-link-src" href="https://github.com/sabnzbd/sabnzbd/releases/download/{{ site.latest_testing }}/SABnzbd-{{ site.latest_testing }}-src.tar.gz">Source Code</a></li>
<li><a href="/wiki/installation/install-unix">Linux repositories</a> (Docker, Snap, Flatpak, Ubuntu, Debian, FreeBSD, etc)</li>
<li><a class="link-changelog" href="#">Changelog</a></li>
</ul>
Expand Down

0 comments on commit c6a44ad

Please sign in to comment.