gitlab-org--gitlab-foss/doc/release
Anatoly Borodin 6c06b65d1e Use relative links in `doc`, fix broken generated HTML links
Links like (doc/web_hooks/web_hooks.md) work in the GitLab source code
web interface, but the HTML generator produces broken links in the `doc`
subdirectories:
http://doc.gitlab.com/ce/hooks/doc/web_hooks/web_hooks.html
instead of the right one
http://doc.gitlab.com/ce/web_hooks/web_hooks.html
in
http://doc.gitlab.com/ce/hooks/custom_hooks.html.

Fixes #14338

[ci skip]

Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
2016-03-17 00:35:53 +01:00
..
README.md Move release cycle comments to the documentation. 2015-12-05 15:06:32 -08:00
howto_rc1.md Remove CI sections related to release tool, update steps in monthly and patch release documentation. 2015-02-27 10:38:15 -08:00
howto_update_guides.md Extract update guide to separate doc to prevent mess 2015-02-09 10:30:06 -08:00
master.md Add yanking pkg example to the release documentation. 2015-05-07 16:15:58 +02:00
monthly.md Fix typos in all docs [skip ci] 2015-11-24 02:19:17 +03:00
patch.md Never heard of gitlab-omnibus 2016-01-12 14:47:55 +01:00
security.md Use relative links in `doc`, fix broken generated HTML links 2016-03-17 00:35:53 +01:00

README.md

Release cycle

Since 2011 a minor or major version of GitLab is released on the 22nd of every month. Patch and security releases are published when needed. New features are detailed on the blog and in the changelog. Features that will likely be in the next releases can be found on the direction page.

Release process documentation