summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDusta <dusta@users.noreply.github.com>2018-06-24 22:31:55 +0200
committerJoe Watkins <krakjoe@php.net>2018-06-25 08:31:32 +0200
commitda82719f2087f5c4baa36bc6e94e08cdb0c5e188 (patch)
treec81b8234cff4859baeff4760258267c069ae3d8c /README.md
parent19b42bd6b3f44f6ab8549247980cbeac83ab7fa4 (diff)
downloadphp-git-da82719f2087f5c4baa36bc6e94e08cdb0c5e188.tar.gz
Update http to https
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6080dc4adf..18087fa3bc 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ The PHP Interpreter
===================
This is the github mirror of the official PHP repository located at
-http://git.php.net.
+https://git.php.net.
[![Build Status](https://secure.travis-ci.org/php/php-src.svg?branch=master)](http://travis-ci.org/php/php-src)
[![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy?svg=true)](https://ci.appveyor.com/project/php/php-src)
@@ -28,7 +28,7 @@ open a ticket at https://bugs.php.net and reference the bug id using #NNNNNN.
time. The patch removes this warning
We do not merge pull requests directly on github. All PRs will be
-pulled and pushed through http://git.php.net.
+pulled and pushed through https://git.php.net.
Guidelines for contributors