From 0ff968fb7b0570f7f5452ecc94c5616b459d6fd8 Mon Sep 17 00:00:00 2001 From: Mariusz Date: Fri, 10 Mar 2017 13:08:59 +0100 Subject: [PATCH] Update readme.md: fix 'gitflow workflow' link Current: https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow lands on: https://www.atlassian.com/git/tutorials/comparing-workflows Replace it with: https://www.atlassian.com/git/tutorials/comparing-workflows#gitflow-workflow to point to specific workflow. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a5e36d7994..0d27a226d3 100644 --- a/readme.md +++ b/readme.md @@ -129,7 +129,7 @@ make Detailed instructions can be found on our [wiki](https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux). # 4 Contributing -OpenRCT2 uses the [gitflow workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow). If you are implementing a new feature or logic from the original game, please branch off and perform pull requests to ```develop```. If you are fixing a bug for the next release, please branch off and perform pull requests to the correct release branch. ```master``` only contains tagged releases, you should never branch off this. +OpenRCT2 uses the [gitflow workflow](https://www.atlassian.com/git/tutorials/comparing-workflows#gitflow-workflow). If you are implementing a new feature or logic from the original game, please branch off and perform pull requests to ```develop```. If you are fixing a bug for the next release, please branch off and perform pull requests to the correct release branch. ```master``` only contains tagged releases, you should never branch off this. Please read our [contributing guidelines](https://github.com/OpenRCT2/OpenRCT2/blob/develop/CONTRIBUTING.md) for information.