From c1677e910c334f658e5d1978fce2379cf85075ff Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sat, 1 Mar 2014 09:19:22 -0800 Subject: [PATCH] fix dead shortened urls --- Makefile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2