Skip to content

Commit

Permalink
fix more links
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Feb 14, 2012
1 parent 00fbc50 commit af392bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ or you can choose floatbeat where the output is expected to be -1 to +1.
Functions are just plain JavaScript though sin, cos, tan, floor, ceil and int will automatically be converted
to Math.sin, Math.cos, Math.tan, Math.floor, Math.ceil, and Math.floor respectively.

[Click here to try your hand at Bytebeat](http://greggman.github.com/html5bytebeat/html5bytebeat.html).
[Click here to try your hand at Bytebeat](http://greggman.com/downloads/examples/html5bytebeat/html5bytebeat.html).

Here are a few sample songs

Expand Down
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -4,10 +4,10 @@
<meta charset="utf-8">
<title>HTML5 Bytebeat - About</title>
<script>
window.location = "html5bytebeat.html";
window.location = "http://greggman.com/downloads/examples/html5bytebeat/html5bytebeat.html";
</script>
</head>
<body>
<a href="html5bytebeat.html">HTML5 ByteBeat</a>
<a href="http://greggman.com/downloads/examples/html5bytebeat/html5bytebeat.html">HTML5 ByteBeat</a>
</body>
</html>

0 comments on commit af392bf

Please sign in to comment.