From f8b4c7461f986ac47ef86ba95249e38bbb4a79f0 Mon Sep 17 00:00:00 2001 From: Joseph Hopson Date: Wed, 24 Apr 2024 13:18:20 -0600 Subject: [PATCH] updated the urls for the new project name --- system.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/system.json b/system.json index e7083c7..6ace3e7 100644 --- a/system.json +++ b/system.json @@ -32,24 +32,24 @@ "download": "#{DOWNLOAD}#", "license": "LICENSE", "readme": "README.md", - "bugs": "https://github.com/philote/FoundryVTT-CthulhuDeepGreen/issues", + "bugs": "https://github.com/philote/cthulhudeepgreen/issues", "media": [ { "type": "screenshot", - "url": "https://raw.githubusercontent.com/philote/FoundryVTT-CthulhuDeepGreen/main/assets/screenshot.webp", + "url": "https://raw.githubusercontent.com/philote/cthulhudeepgreen/main/assets/screenshot.webp", "loop": false, "caption": "Cthulhu Deep Green screenshot from Foundry VTT." }, { "type": "cover", - "url": "https://raw.githubusercontent.com/philote/FoundryVTT-CthulhuDeepGreen/main/assets/cover.webp", + "url": "https://raw.githubusercontent.com/philote/cthulhudeepgreen/main/assets/cover.webp", "loop": false, "caption": "Cover Images for the Unofficial Cthulhu Deep Green package." }, { "type": "setup", - "url": "https://raw.githubusercontent.com/philote/FoundryVTT-CthulhuDeepGreen/main/assets/package_image.webp", - "thumbnail": "https://raw.githubusercontent.com/philote/FoundryVTT-CthulhuDeepGreen/main/assets/package_image_thumb.webp" + "url": "https://raw.githubusercontent.com/philote/cthulhudeepgreen/main/assets/package_image.webp", + "thumbnail": "https://raw.githubusercontent.com/philote/cthulhudeepgreen/main/assets/package_image_thumb.webp" } ] }