From ceb16714b69fd29be95b86e02a71f82ab137dcef Mon Sep 17 00:00:00 2001
From: Pim van Pelt <pim@ipng.nl>
Date: Wed, 11 Sep 2024 08:19:45 +0200
Subject: [PATCH] Fix links, h/t ChrisPL

---
 content/articles/2024-09-08-sflow-1.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/articles/2024-09-08-sflow-1.md b/content/articles/2024-09-08-sflow-1.md
index d3c613d..2f5ef7e 100644
--- a/content/articles/2024-09-08-sflow-1.md
+++ b/content/articles/2024-09-08-sflow-1.md
@@ -20,7 +20,7 @@ one in a thousand or ten thousand packet headers with flow _sampling_ not be jus
 
 In the months that followed, I discussed the feature with the incredible folks at
 [[inMon](https://inmon.com/)], the original designers and maintainers of the sFlow protocol and
-toolkit. Neil from inMon wrote a prototype and put it on [[GitHub](https://githubn.com/sflow/vpp)]
+toolkit. Neil from inMon wrote a prototype and put it on [[GitHub](https://github.com/sflow/vpp)]
 but for lack of time I didn't manage to get it to work, which was largely my fault by the way.
 
 However, I have a bit of time on my hands in September and October, and just a few weeks ago,
@@ -80,7 +80,7 @@ hair.
 ## VPP: sFlow Plugin
 
 For the purposes of my initial testing, I'll simply take a look at Neil's prototype on
-[[GitHub](https://githubn.com/sflow/vpp)] and see what I learn in terms of functionality and
+[[GitHub](https://github.com/sflow/vpp)] and see what I learn in terms of functionality and
 performance.
 
 ### sFlow Plugin: Anatomy