From d189b989755ada18ad7308b4e92bfaa1fadaad07 Mon Sep 17 00:00:00 2001 From: Fra146 Date: Fri, 6 Sep 2024 20:45:07 +0200 Subject: [PATCH] Fix asciinema URL and Demo (#846) Co-authored-by: nodiscc Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/asciinema.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/asciinema.yml b/software/asciinema.yml index 4926cecf4f..0d829339c0 100644 --- a/software/asciinema.yml +++ b/software/asciinema.yml @@ -1,5 +1,5 @@ name: asciinema -website_url: https://github.com/asciinema/asciinema-server +website_url: https://asciinema.org/ description: Web app for hosting asciicasts. licenses: - Apache-2.0 @@ -9,7 +9,7 @@ platforms: tags: - Miscellaneous source_code_url: https://github.com/asciinema/asciinema-server -demo_url: https://asciinema.org/ +demo_url: https://asciinema.org/explore stargazers_count: 2271 updated_at: '2024-07-02' archived: false