From 9859e35951a9c1acb993005cf68c331cd18d9b85 Mon Sep 17 00:00:00 2001 From: Patrick Allaert Date: Tue, 8 Jun 2021 16:39:45 +0200 Subject: [PATCH] Adapted Travis CI urls --- README.md | 2 +- docs/release-process.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f022a6774d..d71e1a42fed 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is distributed under the [PHP License v3.01](LICENSE). -[![Build status](https://travis-ci.org/php/php-src.svg?branch=master)](https://travis-ci.org/php/php-src) +[![Build status](https://travis-ci.com/php/php-src.svg?branch=master)](https://travis-ci.com/php/php-src) [![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy/branch/master?svg=true)](https://ci.appveyor.com/project/php/php-src) [![Build Status](https://dev.azure.com/phpazuredevops/php/_apis/build/status/php.php-src?branchName=master)](https://dev.azure.com/phpazuredevops/php/_build/latest?definitionId=1&branchName=master) [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:php) diff --git a/docs/release-process.md b/docs/release-process.md index 02103ea0f34..4c6d6a1c072 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -58,7 +58,7 @@ explained at the end of this document in ## Packaging a non stable release (alpha/beta/RC) - 1. Check the tests at https://travis-ci.org/php/php-src/builds. + 1. Check the tests at https://travis-ci.com/php/php-src/builds. 2. Run the `scripts/dev/credits` script in php-src and commit the changes in the credits files in ext/standard. @@ -197,7 +197,7 @@ explained at the end of this document in branch. Don't forget to update `NEWS` manually in an extra commit then. 3. Commit those changes. Ensure the tests at - https://travis-ci.org/php/php-src/builds are still passing. + https://travis-ci.com/php/php-src/builds are still passing. 4. Run the `scripts/dev/credits` script in php-src and commit the changes in the credits files in ext/standard.