From d137a583fb16a12bb6a252f9bf76ce0fe3b718fd Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 2 Jun 2021 10:23:13 -0600 Subject: [PATCH] MAINT: fixed http:// in links --- digitalpublicgoods/starhealth.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/digitalpublicgoods/starhealth.json b/digitalpublicgoods/starhealth.json index d5e484a23..84dc6d3ac 100644 --- a/digitalpublicgoods/starhealth.json +++ b/digitalpublicgoods/starhealth.json @@ -44,9 +44,9 @@ "implementBestPractices": "Yes", "bestPracticesList": [ "CfA applied principles from the following best-practise guidelines for civic technologists:", - "- http: //civicpatterns.org/", - "- http: //opendatahandbook.org/", - "- https: //www.codeforamerica.org/resources/digital-outreach-playbook", + "- http://civicpatterns.org/", + "- http://opendatahandbook.org/", + "- https://www.codeforamerica.org/resources/digital-outreach-playbook", "CfA furthermore ensured that the toolkit is mobile responsive, is easily embeddable as a widget, and functions as an SMS service." ] },