diff --git a/_updatePublisher.bat b/_updatePublisher.bat index d497c96..c892476 100644 --- a/_updatePublisher.bat +++ b/_updatePublisher.bat @@ -7,12 +7,13 @@ SET publisher_jar=publisher.jar SET input_cache_path=%CD%\input-cache\ SET skipPrompts=false -set update_bat_url=https://raw.githubusercontent.com/FHIR/sample-ig/master/_updatePublisher.bat -set gen_bat_url=https://raw.githubusercontent.com/FHIR/sample-ig/master/_genonce.bat -set gencont_bat_url=https://raw.githubusercontent.com/FHIR/sample-ig/master/_gencontinuous.bat -set gencont_sh_url=https://raw.githubusercontent.com/FHIR/sample-ig/master/_gencontinuous.sh -set gen_sh_url=https://raw.githubusercontent.com/FHIR/sample-ig/master/_genonce.sh -set update_sh_url=https://raw.githubusercontent.com/FHIR/sample-ig/master/_updatePublisher.sh +SET scriptdlroot=https://raw.githubusercontent.com/HL7/ig-publisher-scripts/main +SET update_bat_url=%scriptdlroot%/_updatePublisher.bat +SET gen_bat_url=%scriptdlroot%/_genonce.bat +SET gencont_bat_url=%scriptdlroot%/_gencontinuous.bat +SET gencont_sh_url=%scriptdlroot%/_gencontinuous.sh +SET gen_sh_url=%scriptdlroot%/_genonce.sh +SET update_sh_url=%scriptdlroot%/_updatePublisher.sh IF "%~1"=="/f" SET skipPrompts=y diff --git a/_updatePublisher.sh b/_updatePublisher.sh index 1a3484b..e28128b 100755 --- a/_updatePublisher.sh +++ b/_updatePublisher.sh @@ -5,7 +5,7 @@ dlurl=$pubsource$publisher_jar input_cache_path=$PWD/input-cache/ -scriptdlroot=https://raw.githubusercontent.com/FHIR/sample-ig/master +scriptdlroot=https://raw.githubusercontent.com/HL7/ig-publisher-scripts/main update_bat_url=$scriptdlroot/_updatePublisher.bat gen_bat_url=$scriptdlroot/_genonce.bat gencont_bat_url=$scriptdlroot/_gencontinuous.bat