summaryrefslogtreecommitdiff
path: root/content/tech/internet-is-magic.md
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-07-27 20:18:37 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-07-27 20:18:37 +0200
commita246fd9b8f5ff13eb7411216163f47627bead94e (patch)
tree5bad0ef23d297511f0cff07a7dfde506a46afdf3 /content/tech/internet-is-magic.md
parente058cab41cc1cd3ee9353fbb632dfe4590e17f48 (diff)
downloadblog-a246fd9b8f5ff13eb7411216163f47627bead94e.tar.gz
blog-a246fd9b8f5ff13eb7411216163f47627bead94e.zip
update URLs after migration from gitweb to gogs
Diffstat (limited to 'content/tech/internet-is-magic.md')
-rw-r--r--content/tech/internet-is-magic.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/tech/internet-is-magic.md b/content/tech/internet-is-magic.md
index 1d21027..ab72bad 100644
--- a/content/tech/internet-is-magic.md
+++ b/content/tech/internet-is-magic.md
@@ -23,7 +23,7 @@ Awesome! Let's connect the ponies to the world wide web.
_Not much to see here_
-I wrote a quick-and-dirty Arduino sketch, [uploaded it]({% post_url 2015-10-14-esp8266%}) and was able to control the LEDs via netcat. You can find the sketch [here](https://git.schneefux.xyz/?p=internet-is-magic;a=blob;f=luminate.ino;hb=HEAD).
+I wrote a quick-and-dirty Arduino sketch, [uploaded it]({% post_url 2015-10-14-esp8266%}) and was able to control the LEDs via netcat. You can find the sketch [here](https://git.schneefux.xyz/electronics/internet-is-magic/src/master/luminate.ino).
![Twilight glows](/images/internet-is-magic/twilight-glow.jpg)
@@ -31,7 +31,7 @@ _The cables in the background supply power._
And now comes the fun part. Both of my friends chat with me via [Telegram](https://telegram.org). Unlike WhatsApp, Telegram has an open API that allows me to easily receive their online status.
-I installed the [telegram-cli](https://github.com/vysheng/tg) client on my [Raspberry Pi](https://raspberrypi.org), a cheap and small computer, and set up an autostart script. telegram-cli runs in bot mode, a python script updates the LEDs every minute. I uploaded the script [here](https://git.schneefux.xyz/?p=internet-is-magic;a=blob;f=client.py;hb=HEAD).
+I installed the [telegram-cli](https://github.com/vysheng/tg) client on my [Raspberry Pi](https://raspberrypi.org), a cheap and small computer, and set up an autostart script. telegram-cli runs in bot mode, a python script updates the LEDs every minute. I uploaded the script [here](https://git.schneefux.xyz/electronics/internet-is-magic/src/master/client.py).
So whenever my friends are online, their corresponding pony starts to glow.