Commit b5426d5763fb385402874a5b20998fc755bd7f48

Authored by Dmitriy Zaporozhets
2 parents 0b55ec11 83eac338

Merge pull request #3784 from senny/upgrade_guide_cleanup

Upgrade guide cleanup
Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
README.md
... ... @@ -78,7 +78,7 @@ If you want to contribute, please first read our [Contributing Guidelines](https
78 78  
79 79 Each month on the 22th a new version is released together with an upgrade guide.
80 80  
81   -* [Upgrade guides](https://github.com/gitlabhq/gitlabhq/wiki)
  81 +* [Upgrade guides](https://github.com/gitlabhq/gitlabhq/tree/master/doc/update)
82 82  
83 83 * [Changelog](https://github.com/gitlabhq/gitlabhq/blob/master/CHANGELOG)
84 84  
... ...
doc/update/5.0-to-5.1.md
  1 +# From 5.0 to 5.1
  2 +
1 3 ## Release notes:
2 4  
3 5 * `unicorn` replaced with `puma`
... ...