Skip to content

Commit

Permalink
Fix broken demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Nov 18, 2013
1 parent 2873ed3 commit 7b07eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An exercise in implementing a forward and inverse kinematics simulation in Javas
Usage
-----

This script can be demoed at [kinematics.wylieconlon.com](http://kinematics.wylieconlon.com). Alternatively, to run it locally, you may use Python's built in `SimpleHTTPServer` module like so:
This script can be demoed at [kinematics.wylie.su](http://kinematics.wylie.su). Alternatively, to run it locally, you may use Python's built in `SimpleHTTPServer` module like so:

`python -m SimpleHTTPServer 8000`

Expand All @@ -25,4 +25,4 @@ Click and drag anywhere on the board to orient the joints. Implemented using cla
License
-------

All code is MIT licensed unless otherwise noted.
All code is MIT licensed unless otherwise noted.

0 comments on commit 7b07eab

Please sign in to comment.