diff --git a/docs/build_swagger.sh b/docs/build_swagger.sh index a33183e2b..e3b233955 100755 --- a/docs/build_swagger.sh +++ b/docs/build_swagger.sh @@ -7,4 +7,4 @@ git clone --branch="v$SWAGGER_VERSION" --depth=1 "https://github.com/swagger-api mv /tmp/swagger-ui/dist $TARGET_PATH cp swagger.yml $TARGET_PATH cp -r api $TARGET_PATH/api -sed -i "s,http://petstore.swagger.io/v2/swagger.json,swagger.yml,g" $TARGET_PATH/index.html +sed -i "s,https://petstore.swagger.io/v2/swagger.json,swagger.yml,g" $TARGET_PATH/index.html