Skip to content

Commit

Permalink
Update readme.md (#6315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jan 8, 2022
1 parent b0aa2f1 commit bc85943
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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/.

Expand Down

0 comments on commit bc85943

Please sign in to comment.