From bc85943249cbd79806fc48b0258ae564578b4651 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Sat, 8 Jan 2022 02:52:10 +0200 Subject: [PATCH] Update readme.md (#6315) --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e2aab3fde2..dadf2cb308 100644 --- a/readme.md +++ b/readme.md @@ -55,14 +55,14 @@ php composer.phar require "codeception/module-phpbrowser" ### Phar -Download [codecept.phar](http://codeception.com/codecept.phar) +Download [codecept.phar](https://codeception.com/codecept.phar) Copy it into your project. You can also make Codeception an executable and it put it into your `$PATH`, for instance: ``` -wget http://codeception.com/codecept.phar +wget https://codeception.com/codecept.phar chmod +x codecept.phar @@ -78,7 +78,7 @@ Run CLI utility: php codecept.phar ``` -See also [Installation](http://codeception.com/install) | **[QuickStart](http://codeception.com/quickstart)** +See also [Installation](https://codeception.com/install) | **[QuickStart](https://codeception.com/quickstart)** ## Getting Started @@ -92,7 +92,7 @@ This will create a default directory structure and default test suites. ## Documentation -[View Documentation](http://codeception.com/docs/01-Introduction) +[View Documentation](https://codeception.com/docs/01-Introduction) The documentation source files can be found at https://github.com/Codeception/codeception.github.com/tree/master/docs/.