From 511e7d3188c6f0054d2b6c7582331be3c1783d71 Mon Sep 17 00:00:00 2001 From: Vahid Panjganj Date: Fri, 30 Jun 2017 12:52:15 +0100 Subject: [PATCH] remove hive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f5eba..158fc4d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ There are a set of rules to keep in mind: * Resolve potential conflicts while rebasing and before making a Pull Request * Delete local and remote feature branches after merging. * Before making a PR, make sure your feature branch builds successfully abd passes all tests (including code style checks). -* Use [hive’s .gitignore file](./.gitignore). +* Use [this .gitignore file](./.gitignore). * Protect your `develop` and `master` branch (How to in [Github](https://help.github.com/articles/about-protected-branches/) and [Bitbucket](https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html)). ## 2. Documentation