From: Petter Reinholdtsen
Date: Sun, 8 Jan 2023 18:30:01 +0000 (+0100)
Subject: Adjust link string.
X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/aaf8a3cec63208204acd77a74534054e867a14b6?hp=a7b8bc18dfeea313e851be3568debb64597e1d69
Adjust link string.
---
diff --git a/blog/data/2023-01-08-linuxcnc-mqtt.txt b/blog/data/2023-01-08-linuxcnc-mqtt.txt
index 7e3babb589..3e1aee5af6 100644
--- a/blog/data/2023-01-08-linuxcnc-mqtt.txt
+++ b/blog/data/2023-01-08-linuxcnc-mqtt.txt
@@ -35,8 +35,8 @@ before it can go into the mainland LinuxCNC code base.
Since I started on the MQTT component, I came across
another video from Kent
-VanderVelden where he combine LinuxCNC with a set of screen glasses
-controlled by a Raspberry Pi, and it occured to me that it would
+VanderVelden where he combine LinuxCNC with a set of screen glasses
+controlled by a Raspberry Pi, and it occured to me that it would
be useful for such use cases if LinuxCNC also provided a REST API for
querying its status. I hope to start on such component once the MQTT
component is working well.