Merge pull request #52 from shivammathur/develop
Fix links in README. Broken in #51
This commit is contained in:
commit
f866c880c2
1 changed files with 3 additions and 3 deletions
|
|
@ -136,9 +136,9 @@ Examples for setting up this GitHub Action with different PHP Frameworks/Package
|
||||||
|
|
||||||
**Note:** Make sure you add steps to run your tests after the setup steps given in these examples.
|
**Note:** Make sure you add steps to run your tests after the setup steps given in these examples.
|
||||||
|
|
||||||
- [Laravel with MySQL](./example/laravel-mysql.yml)
|
- [Laravel with MySQL](./examples/laravel-mysql.yml)
|
||||||
- [Laravel with PostgreSQL](./example/laravel-postgres.yml)
|
- [Laravel with PostgreSQL](./examples/laravel-postgres.yml)
|
||||||
- [Slim Framework](./example/slim-framework.yml)
|
- [Slim Framework](./examples/slim-framework.yml)
|
||||||
|
|
||||||
## :scroll: License
|
## :scroll: License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue