summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-06-18 12:36:58 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-06-18 12:36:58 +0000
commitfa4f71e4a90d7d1f40e1c9f60cde343a668c7bda (patch)
tree5781122db182f257961b31b3e942533081f8a331
parent519d0477e2e5e495e8476c460e4ae233e26de3c4 (diff)
parent36db613da7004d80a063b037d17f580ff9acd106 (diff)
downloadgitlab-ce-fa4f71e4a90d7d1f40e1c9f60cde343a668c7bda.tar.gz
Merge branch 'docs-coached-20180614-1' into 'master'
fixed broken link to git cheat sheet See merge request gitlab-org/gitlab-ce!19879
-rw-r--r--doc/topics/git/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/git/index.md b/doc/topics/git/index.md
index 2ca2bf743fb..7707d56764e 100644
--- a/doc/topics/git/index.md
+++ b/doc/topics/git/index.md
@@ -17,7 +17,7 @@ We've gathered some resources to help you to get the best from Git with GitLab.
- [How to install Git](how_to_install_git/index.md)
- [Start using Git on the command line](../../gitlab-basics/start-using-git.md)
- [Command Line basic commands](../../gitlab-basics/command-line-commands.md)
-- [GitLab Git Cheat Sheet (download)](https://gitlab.com/gitlab-com/marketing/raw/master/design/print/git-cheatsheet/print-pdf/git-cheatsheet.pdf)
+- [GitLab Git Cheat Sheet (download)](https://about.gitlab.com/images/press/git-cheat-sheet.pdf)
- Commits
- [Revert a commit](../../user/project/merge_requests/revert_changes.md#reverting-a-commit)
- [Cherry-picking a commit](../../user/project/merge_requests/cherry_pick_changes.md#cherry-picking-a-commit)