summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-08-25 20:47:32 +0200
committeruser@node5.net <user@node5.net>2025-08-25 20:47:32 +0200
commit90d1d3df53e2fb4f44ca2eafe24968a18ff6b0fc (patch)
tree81762bba0e9088fdb940c8fb745f8d4d26530b9b
parent142e86118613973c7a291e4d554d3473891e5240 (diff)
Fix and move links
-rw-r--r--Shaders/index.md2
-rw-r--r--VFD clock/index.md3
2 files changed, 2 insertions, 3 deletions
diff --git a/Shaders/index.md b/Shaders/index.md
index 0202b6c..e5e0413 100644
--- a/Shaders/index.md
+++ b/Shaders/index.md
@@ -92,7 +92,7 @@ and i still am not able to bring all my ideas to fruition.
 You'll often times find that you accidentally create something interesting,
 just by faffing about with mathematical functions.
 On that note, you can 
-## --> [view my shaders here](https://node5.net/shader_indexes/my_shaders/) <--
+## --> [view my shaders here](https://node5.net/shaders/mine/) <--
 
 ## Embed on page
 
diff --git a/VFD clock/index.md b/VFD clock/index.md
index 56e6546..09626b3 100644
--- a/VFD clock/index.md
+++ b/VFD clock/index.md
@@ -7,6 +7,7 @@ created: 2025-08-21
 
 - [WD202 User manual](https://www.touchdynamic.com/wp-content/uploads/2021/06/wd202.pdf)
 - [WD202A User manual (contains RJ45 pinout)](https://manualzz.com/doc/html/11817581/digipos-wd-202a-customer-display-user-s-manual)
+- [Link to code git repo](https://git.node5.net/firmware/vfd/)
 
 ![VFD from the front, one line showing a UNIX timestamp and another line showing a human readable datetime](main.webp)
 
@@ -31,8 +32,6 @@ Which convents the ESPs from 3.3v logic -> -15 to 15 volt.
 
 [Link to circuit diagram - cirkitdesigner.com](https://app.cirkitdesigner.com/project/05cf3635-211d-451e-8c80-614e9fb4ede3)
 
-[Link to code git repo](https://git.node5.net/firmware/vfd/)
-
 ```cpp
 #include <FastLED.h>
 #include <ESP8266WiFi.h>