diff options
author | Edwin Torres <CoachEd@gmail.com> | 2018-06-14 20:56:01 -0400 |
---|---|---|
committer | Edwin Torres <CoachEd@gmail.com> | 2018-06-14 20:56:01 -0400 |
commit | 36db613da7004d80a063b037d17f580ff9acd106 (patch) | |
tree | 7c1097d117ad63dd291f70192a1e7915d27286b6 /doc/topics | |
parent | fb08183e63733dd7845a16d9f827a5cd5f2d9080 (diff) | |
download | gitlab-ce-36db613da7004d80a063b037d17f580ff9acd106.tar.gz |
WIP: fixed broken link to git cheat sheet
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/git/index.md | 2 |
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) |