diff --git a/templates/.travis.yml b/templates/.travis.yml index 9dd4d5e..3ffaf77 100644 --- a/templates/.travis.yml +++ b/templates/.travis.yml @@ -5,7 +5,7 @@ # # Generic Travis CI build script for boostorg repositories -# See: https://github.com/jeking3/boost-ci +# See: https://github.com/boostorg/boost-ci # # Instructions for customizing this script for your library: # @@ -36,7 +36,7 @@ env: - B2_VARIANT=variant=release,debug install: - - git clone https://github.com/jeking3/boost-ci.git boost-ci + - git clone https://github.com/boostorg/boost-ci.git boost-ci - cp -pr boost-ci/ci boost-ci/.codecov.yml . - source ci/travis/install.sh diff --git a/templates/appveyor.yml b/templates/appveyor.yml index 434186f..2f953d7 100644 --- a/templates/appveyor.yml +++ b/templates/appveyor.yml @@ -5,7 +5,7 @@ # # Generic Appveyor build script for boostorg repositories -# See: https://github.com/jeking3/boost-ci/ +# See: https://github.com/boostorg/boost-ci/ # # Instructions for customizing this script for your library: # @@ -109,7 +109,7 @@ environment: install: - set SELF=%APPVEYOR_PROJECT_NAME:-=_% - - git clone https://github.com/jeking3/boost-ci.git C:\boost-ci + - git clone https://github.com/boostorg/boost-ci.git C:\boost-ci - xcopy /s /e /q /i C:\boost-ci\ci .\ci - ci\appveyor\install.bat