From 27f9439e90447c171c261b5c275458e2e040195f Mon Sep 17 00:00:00 2001 From: Thomas Panier Date: Tue, 21 Oct 2025 19:01:08 +0200 Subject: [PATCH] Change Answer website url to match source code url (#1735) Was pointing to answer.dev which wasn't FOSS much --- software/answer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/answer.yml b/software/answer.yml index ee4645a903..62adfb733a 100644 --- a/software/answer.yml +++ b/software/answer.yml @@ -1,5 +1,5 @@ name: Answer -website_url: https://answer.dev/ +website_url: https://answer.apache.org description: Knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more. licenses: - Apache-2.0 @@ -10,5 +10,5 @@ tags: - Communication - Social Networks and Forums source_code_url: https://github.com/apache/answer stargazers_count: 15040 -updated_at: '2025-09-02' +updated_at: '2025-10-21' archived: true