From: daniel watson Date: Sat, 1 Mar 2014 17:19:22 +0000 (-0800) Subject: fix dead shortened urls X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=c1677e910c334f658e5d1978fce2379cf85075ff fix dead shortened urls --- diff --git a/Makefile b/Makefile index d1a5785..13b3995 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ index.html: README.html cp $< $@ qrcode: - qrencode -l L -v 1 -o qr.png "xib.me/rmmt" + qrencode -l L -v 1 -o qr.png "goo.gl/JfVqUJ" qrcode-large: qrencode -l L -v 1 -o qr-large.png "https://gitorious.org/ozzloy/challenge-bot" diff --git a/README.md b/README.md index ffbbda5..c4df8e6 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ install the following software: ## quickstart -[openSCAD tutorial](http://xib.me/s2ry) +[openSCAD tutorial](http://goo.gl/E3OQXc) -[assemble the hardware](http://xib.me/s378) +[assemble the hardware](http://goo.gl/EV0FCJ) -[wire and load code to the robot](http://xib.me/s379) +[wire and load code to the robot](http://goo.gl/gGH348) ## Introduction