From 4e31f9c9dba611d89600a91187ac39a10a0d7c3d Mon Sep 17 00:00:00 2001 From: Vahid Panjganj Date: Thu, 15 Jun 2017 17:10:14 +0100 Subject: [PATCH] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b90e13d..d06cc4c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ * Keep your `develop` and `master` update. * Make a Pull Requests to develop only if your build have been successful on your machine (this includes passing tests and [code style](#code style) checks ) * Merge your pull requests only after receiving approval from at least one of your team members. -* Use [hive’s .gitignore file](./README.sample.md). +* Use [hive’s .gitignore file](./.gitignore). * Make sure your `.gitignore` exclude the following from Repo * `.env` or any file containing passwords, keys, tokens or anything similar used in production * Your editor config files (.idea, .vscode etc…)