From eb21cb8fb3f27ccba2e8a5130c0fda99fa01c069 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sat, 5 Oct 2019 07:00:06 +0530 Subject: [PATCH] Fix links in README. Broken in #51 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd617509..4769b105 100644 --- a/README.md +++ b/README.md @@ -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. -- [Laravel with MySQL](./example/laravel-mysql.yml) -- [Laravel with PostgreSQL](./example/laravel-postgres.yml) -- [Slim Framework](./example/slim-framework.yml) +- [Laravel with MySQL](./examples/laravel-mysql.yml) +- [Laravel with PostgreSQL](./examples/laravel-postgres.yml) +- [Slim Framework](./examples/slim-framework.yml) ## :scroll: License