From 84ffb3ec2d22cba0dc0648a7f7cf422b6ad1dc9a Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl <bennysamir@posteo.de> Date: Sat, 28 Nov 2020 16:46:29 +0100 Subject: [PATCH] rename folder Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de> --- {Health-Check => Webservices-Health-Check}/README.md | 6 +++--- .../Webservices-Health-Check.js | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename {Health-Check => Webservices-Health-Check}/README.md (87%) rename Health-Check/Health-Check.js => Webservices-Health-Check/Webservices-Health-Check.js (100%) diff --git a/Health-Check/README.md b/Webservices-Health-Check/README.md similarity index 87% rename from Health-Check/README.md rename to Webservices-Health-Check/README.md index e624604..36f2225 100644 --- a/Health-Check/README.md +++ b/Webservices-Health-Check/README.md @@ -1,6 +1,6 @@ -# Health Check +# Health Check of webservices -This widget checks the status of your web services. +This widget checks the status of your webservices. Feature: * History @@ -8,7 +8,7 @@ Feature: * Custom Header * Custom Timeout Interval -[[Download]](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Health-Check/Health-Check.js) +[[Download]](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Webservices-Health-Check/Webservices-Health-Check.js) ## Setup Run the script from the Scriptable App. After this, you will find an example configuration in your scriptable folder (iCloud or local) with the name 'health-check-settings.example.json'. diff --git a/Health-Check/Health-Check.js b/Webservices-Health-Check/Webservices-Health-Check.js similarity index 100% rename from Health-Check/Health-Check.js rename to Webservices-Health-Check/Webservices-Health-Check.js