From 1b3916049aea9f94dde3bf2a9124362c2d891a07 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 24 Oct 2016 13:03:16 -0300 Subject: [PATCH] Bug 17428: (QA followup) Fix community site in swagger file Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/swagger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1/swagger/swagger.json b/api/v1/swagger/swagger.json index 75fe161..4cf17a0 100644 --- a/api/v1/swagger/swagger.json +++ b/api/v1/swagger/swagger.json @@ -8,8 +8,8 @@ "url": "http://www.gnu.org/licenses/gpl.txt" }, "contact": { - "name": "Koha Team", - "url": "http://koha-community.org/" + "name": "Koha Development Team", + "url": "https://koha-community.org/" } }, "basePath": "/api/v1", -- 2.7.4