From b5bdee667e4b56c65eacb00aa453e1f742747380 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:52:45 +0000 Subject: [PATCH] Ignore link check failures on Moodle/Openwebanalytics, update Psychic URL (#334) --- .hecat/url-check.yml | 4 +++- software/psychic.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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