diff options
author | Vasyl Vavrychuk <vvavrychuk@gmail.com> | 2018-04-15 13:16:00 +0300 |
---|---|---|
committer | Vasyl Vavrychuk <vvavrychuk@gmail.com> | 2018-04-15 13:16:00 +0300 |
commit | 90844187741dafb59889ebac23cebfe31dae249f (patch) | |
tree | 11dcfeb0baae2ba8c785522c1d4005aa5669cc05 /doc/README.md | |
parent | ef3fb77f0fd108d0e66d8ea63efd15e0af49b3eb (diff) | |
download | gitlab-ce-90844187741dafb59889ebac23cebfe31dae249f.tar.gz |
corrected git cheat sheet url
Previous one returned HTTP 404. It was discussed in http://gitlab.com/gitlab-com/marketing/general/issues/1966
that it is preffered to use /press based git cheat sheet pdf because it
is opened in browser's pdf viewer by default rather than downloaded.
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index 178e6567845..080341e4f4f 100644 --- a/doc/README.md +++ b/doc/README.md @@ -183,7 +183,7 @@ instant how code changes impact your production environment. ### Git and GitLab - [Git](topics/git/index.md): Getting started with Git, branching strategies, Git LFS, advanced use. -- [Git cheatsheet](https://gitlab.com/gitlab-com/marketing/raw/master/design/print/git-cheatsheet/print-pdf/git-cheatsheet.pdf): Download a PDF describing the most used Git operations. +- [Git cheatsheet](https://about.gitlab.com/images/press/git-cheat-sheet.pdf): Download a PDF describing the most used Git operations. - [GitLab Flow](workflow/gitlab_flow.md): explore the best of Git with the GitLab Flow strategy. ## Administrator documentation |