diff --git a/publish-setup.json b/publish-setup.json index 8803f16..de6052a 100644 --- a/publish-setup.json +++ b/publish-setup.json @@ -1,14 +1,14 @@ { "website" : { "style" : "fhir.layout", - "url" : "https://smart.who.int/ig", + "url" : "http://smart.who.int/ig", "server" : "apache", "org" : "WHO", "index-template":"index.template" }, "layout-rules" : [{ "npm" : "who.smart.*", - "canonical" : "https://smart.who.int/ig/{3}", + "canonical" : "http://smart.who.int/ig/{3}", "destination" : "/{3}" }] -} \ No newline at end of file +}