Merge pull request #1736 from nextcloud/bugfix/noid/correct-url-for-branching-image

Correct URL of branching diagram
This commit is contained in:
Tim Krueger 2021-12-06 14:55:13 +01:00 committed by GitHub
commit a7e70701d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ We are all about quality while not sacrificing speed so we use a very pragmatic
### Branching model
![branching model](/doc/branching.png "Branching Model")
![branching model](/docs/branching.png "Branching Model")
* All contributions (bug fix or feature PRs) target the ```master``` branch
* Feature releases will always be based on ```master```
* Bug fix releases will always be based on their respective feature-release-bug-fix-branches