diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index aecf1a3e97..2bb1f2ad03 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -33,4 +33,6 @@ steps: - '^https://new-ux.spreecommerce.org/' # always times out from github actions but the website works in a browser - '^https://www.zenphoto.org/' # always times out from github actions but the website works in a browser - '^https://alextselegidis.com/try/plainpad/' # shows 200 when curling, loads fine in browser - - '^https://alextselegidis.com/get/plainpad/' # shows 200 when curling, loads fine in browser \ No newline at end of file + - '^https://alextselegidis.com/get/plainpad/' # shows 200 when curling, loads fine in browser + - '^http://www.openwebanalytics.com/' # shows 200 when curling, loads fine in browser + - '^https://moodle.org/' # shows 200 when curling, loads fine in browser \ No newline at end of file diff --git a/software/psychic.yml b/software/psychic.yml index c8eb7500b6..15f124793b 100644 --- a/software/psychic.yml +++ b/software/psychic.yml @@ -1,5 +1,5 @@ name: Psychic -website_url: https://www.psychic.dev/ +website_url: https://github.com/psychic-api/psychic description: Universal API to connect large language models to dynamic data sources. licenses: - GPL-3.0