diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index d431d38e93..986c51f6db 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -25,7 +25,7 @@ steps: - '^https://crates.io/crates/vigil-server$' # hecat/python-requests bug? always returns 404 but the website works in a browser - '^https://nitter.net$' # always times out from github actions but the website works in a browser - '^https://demo.memories.gallery/apps/memories/$' # always returns 401 - - '^https://tuleap.net/plugins/git/tuleap/tuleap/stable?p=tuleap%2Fstable.git&a=tree' # site takes a while to load, times out with the default 10s timeout + - '^https://tuleap.net/plugins/git/tuleap/tuleap/stable\?p=tuleap%2Fstable.git&a=tree' # site takes a while to load, times out with the default 10s timeout - '^https://www.admidio.org/' # always times out from github actions but the website works in a browser - '^https://demo.aimeos.org/' # always times out from github actions but the website works in a browser - '^https://appflowy.io/' # Cannot get certificate but loads fine in browser and shows as secure @@ -65,6 +65,6 @@ steps: - '^https://traq.io/' # hecat/python-requests bug? always returns 404 but the website works in a browser - '^https://kodi.tv/' # Always returns 403 but loads in browser - '^https://www.domoticz.com/' # Always returns 403 but loads in browser - - '^https://dev.webtrees.net/demo-stable/index.php?ctype=gedcom&ged=demo' # site takes a while to load, times out with the default 10s timeout - - '^https://www.gnu.org/software/mailman/' # # site takes a while to load, times out with the default 10s timeout + - '^https://dev.webtrees.net/demo-stable/index.php\?ctype=gedcom\&ged=demo' # site takes a while to load, times out with the default 10s timeout + - '^https://www.gnu.org/software/mailman/' # site takes a while to load, times out with the default 10s timeout - '^https://goteleport.com/' # Always returns 403 but loads in browser \ No newline at end of file diff --git a/software/dashpress.yml b/software/dashpress.yml index 54df74ad6f..4656f4c7e8 100644 --- a/software/dashpress.yml +++ b/software/dashpress.yml @@ -9,7 +9,6 @@ platforms: tags: - Software Development - Low Code source_code_url: https://github.com/dashpresshq/dashpress -demo_url: https://demo.dashpress.io/auth stargazers_count: 1857 updated_at: '2024-12-21' archived: false diff --git a/software/elixire.yml b/software/elixire.yml index 737b41fd98..4e83aa0ab2 100644 --- a/software/elixire.yml +++ b/software/elixire.yml @@ -1,5 +1,5 @@ name: elixire -website_url: https://elixi.re +website_url: https://gitlab.com/elixire/elixire description: Simple yet advanced screenshot uploading and link shortening service. licenses: - AGPL-3.0 diff --git a/software/mobilizon.yml b/software/mobilizon.yml index 3fc488b61f..2d96439c35 100644 --- a/software/mobilizon.yml +++ b/software/mobilizon.yml @@ -8,5 +8,4 @@ platforms: - Docker tags: - Polls and Events -source_code_url: https://framagit.org/framasoft/mobilizon/ -demo_url: https://demo.mobilizon.org/ +source_code_url: https://framagit.org/framasoft/mobilizon/ \ No newline at end of file diff --git a/software/ofbiz.yml b/software/ofbiz.yml index e359cfc7ba..f8a839d2c5 100644 --- a/software/ofbiz.yml +++ b/software/ofbiz.yml @@ -7,4 +7,4 @@ platforms: - Java tags: - Resource Planning -source_code_url: https://svn.apache.org/viewvc/ofbiz/ +source_code_url: https://github.com/apache/ofbiz-framework