From cd5d36d97ce70d7c3db21cbc008eb3dbbb2aba1d Mon Sep 17 00:00:00 2001 From: wdhwg001 <0w0@wdhwg001.me> Date: Mon, 14 Aug 2017 20:56:59 +0800 Subject: [PATCH] Fix Gitter (#1402) A valid URL cannot contain raw whitespaces. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7906613cdb..98981cecc6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.5 and up. [![Build Status](https://travis-ci.org/propelorm/Propel2.svg?branch=master)](https://travis-ci.org/propelorm/Propel2) [![Code Climate](https://codeclimate.com/github/propelorm/Propel2/badges/gpa.svg)](https://codeclimate.com/github/propelorm/Propel2) -[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/propelorm/Propel) +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/propelorm/Propel) ## Requirements ##