web: Fix the link to the OS X bundle

This commit is contained in:
Alexander Kojevnikov 2010-10-22 10:08:27 +11:00
parent d2846d5a28
commit 00e7e82866
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@
<tr>
<td><img src="logo-osx.png" width="48" height="48" alt="Mac OS X"/></td>
<td class="dld_link">
<a href="http://spek.googlecode.com/files/spek-0.5.dmg">spek-0.5.dmg</a> (6.12 MiB)
<a href="http://spek.googlecode.com/files/spek-0.6.dmg">spek-0.6.dmg</a> (6.12 MiB)
<br/>
<a href="http://code.google.com/p/spek/wiki/OsxInstall">instructions</a>
</td>

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
#!/bin/sh
/opt/google-appengine/appcfg.py --email=alexander@kojevnikov.com update `dirname $0`
appcfg.py --email=alexander@kojevnikov.com update `dirname $0`