From c0e8f752ba8d3177396d4f1f2ea0fad61be47fc7 Mon Sep 17 00:00:00 2001 From: Simon Heimberg Date: Tue, 27 Jun 2017 22:34:13 +0200 Subject: [PATCH] Fixed plugin doc urls in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6111ed72..bb802d3f 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ Features * Clone project from Github, Bitbucket, Gitlab, Git, Mercurial, SVN or from local directory; -* Set up and tear down database tests for [PostgreSQL](docs/plugins/pgsql.md), [MySQL](docs/plugins/mysql.md) or -[SQLite](docs/plugins/sqlite.md); +* Set up and tear down database tests for [PostgreSQL](docs/en/plugins/pgsql.md), [MySQL](docs/en/plugins/mysql.md) or +[SQLite](docs/en/plugins/sqlite.md); -* Install [Composer](docs/plugins/composer.md) dependencies; +* Install [Composer](docs/en/plugins/composer.md) dependencies; * Run tests for PHPUnit, Atoum, Behat, Codeception and PHPSpec;