From 93a6af7a721d305f770b9fbd4458ac3a3c070301 Mon Sep 17 00:00:00 2001 From: Chris Schnaufer Date: Wed, 13 Nov 2024 16:34:57 -0700 Subject: [PATCH] Fixing image links to be relative --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b7f37bf..02e001c 100644 --- a/README.md +++ b/README.md @@ -52,31 +52,31 @@ java -jar '/Sanimal FX/target/SanimalFX-1.0-SNAPSHOT-jar-with-depende ### Login - This screen is used to log into your account. -![login screen](screenshots/login.PNG) +![login screen](https://github.com/CulverLab/sparcd/blob/Sanimal-No-ES/screenshots/login.PNG) ### Home - This tab is used to credit developers and provide an exit button. -![home tab](screenshots/home.PNG) +![home tab](https://github.com/CulverLab/sparcd/blob/Sanimal-No-ES/screenshots/home.PNG) ### Import - This tab is used to tag images with metadata. -![import tab](screenshots/import.PNG) +![import tab](https://github.com/CulverLab/sparcd/blob/Sanimal-No-ES/screenshots/import.PNG) ### Collections - This tab is used to show collections and upload images. -![collections tab](screenshots/collections.PNG) +![collections tab](https://github.com/CulverLab/sparcd/blob/Sanimal-No-ES/screenshots/collections.PNG) ### Analyze/Query - This tab is used to query uploaded image data. -![query tab](screenshots/query.PNG) +![query tab](https://github.com/CulverLab/sparcd/blob/Sanimal-No-ES/screenshots/query.PNG) ### Map - This tab is used to display all locations on an interactive map. -![map tab](screenshots/map.PNG) +![map tab](https://github.com/CulverLab/sparcd/blob/Sanimal-No-ES/screenshots/map.PNG) ### Setings - This tab is used to change program settings. -![settings tab](screenshots/settings.PNG) +![settings tab](https://github.com/CulverLab/sparcd/blob/Sanimal-No-ES/screenshots/settings.PNG) ## Built With