From 8394fbbd067a51e0593823dea85d4edb5adb85a6 Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Mon, 29 Jan 2024 15:26:54 +0000 Subject: [PATCH] Fix paths --- programming/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programming/config.json b/programming/config.json index 285216b3..3995ff0f 100644 --- a/programming/config.json +++ b/programming/config.json @@ -8,14 +8,14 @@ }, { "uuid": "54390764-ef34-4385-b714-ab2851bdd814", - "slug": "reaminder", + "slug": "operators", "path": "programming/operators/README.md", "title": "Operators", "blurb": "Docs on operators" }, { "uuid": "f1848a5a-593d-411f-9d44-4d4849690e1e", - "slug": "remainder", + "slug": "operators/remainder", "path": "programming/operators/remainder.md", "title": "Remainder", "blurb": "The remainder operators"