From 79e115d37b822e95781a2b990d17e450e31fb144 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sat, 20 Jan 2024 15:42:24 +0100 Subject: [PATCH] Fix gramps-web-api URIs (#516) --- software/gramps-web.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/software/gramps-web.yml b/software/gramps-web.yml index aea91248b6..2be9de415a 100644 --- a/software/gramps-web.yml +++ b/software/gramps-web.yml @@ -1,5 +1,5 @@ name: Gramps Web -website_url: https://gramps-project.github.io/web/ +website_url: https://www.grampsweb.org/ description: Web app for collaborative genealogy, based on and interoperable with Gramps, the open source genealogy desktop application. licenses: - AGPL-3.0 @@ -7,8 +7,8 @@ platforms: - Docker tags: - Genealogy -source_code_url: https://github.com/gramps-project/gramps-webapi -demo_url: https://gramps-project.github.io/web +source_code_url: https://github.com/gramps-project/gramps-web-api +demo_url: https://gramps-project.github.io/gramps-web-api/ stargazers_count: 61 updated_at: '2024-01-19' archived: false