From 1ac6632ba55f272cea690f9871f9e8869c295e00 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Tue, 26 Sep 2023 23:01:49 +0200 Subject: [PATCH] Fix a couple of slugs --- entries/cricket/game.json | 2 +- entries/deep-scan/game.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entries/cricket/game.json b/entries/cricket/game.json index bef9de5d..6aed5785 100644 --- a/entries/cricket/game.json +++ b/entries/cricket/game.json @@ -17,7 +17,7 @@ "screenshots": [ "20110402_cricket.png" ], - "slug": "Cricket", + "slug": "cricket", "title": "Cricket", "typetag": "game" } \ No newline at end of file diff --git a/entries/deep-scan/game.json b/entries/deep-scan/game.json index aa91af38..6307f55f 100644 --- a/entries/deep-scan/game.json +++ b/entries/deep-scan/game.json @@ -17,7 +17,7 @@ "screenshots": [ "20110402_deep_scan.png" ], - "slug": "Deep-Scan", + "slug": "deep-scan", "title": "Deep Scan", "typetag": "game" } \ No newline at end of file