Skip to content
Snippets Groups Projects
Commit 16afee35 authored by Maciej Fijalkowski's avatar Maciej Fijalkowski
Browse files

fix link

parent 50bf951b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
$(document).ready(function() {
var download_url, download_text;
if (navigator.platform.indexOf('Linux') != -1) {
download_url = 'download/pypy-1.2.tar.bz2';
download_url = 'download/pypy-1.2-linux.tar.bz2';
download_text = 'Download linux i386 bin';
} else if (navigator.platform.indexOf('Win') != -1) {
download_url = 'download/pypy-1.2-win32.zip';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment