Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-11 15:06:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-11 15:06:29 +0300
commitf03a645e7409882fe8b1aceca1735bc9051c612a (patch)
tree3d055c210ff663865e5c905cab208f74ebbcef2f /doc/university/training/topics
parent0dea53d5e575c6c15ce7384da73b8d4a95b1c8cf (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/university/training/topics')
-rw-r--r--doc/university/training/topics/env_setup.md2
-rw-r--r--doc/university/training/topics/merge_conflicts.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/university/training/topics/env_setup.md b/doc/university/training/topics/env_setup.md
index 92d2613c5d2..f65b4f68868 100644
--- a/doc/university/training/topics/env_setup.md
+++ b/doc/university/training/topics/env_setup.md
@@ -7,7 +7,7 @@ comments: false
## Install
- **Windows**
- - Install 'Git for Windows' from <https://git-for-windows.github.io>
+ - Install 'Git for Windows' from <https://gitforwindows.org>
- **Mac**
- Type '`git`' in the Terminal application.
diff --git a/doc/university/training/topics/merge_conflicts.md b/doc/university/training/topics/merge_conflicts.md
index 12798f7ff08..a01b3dbf3e0 100644
--- a/doc/university/training/topics/merge_conflicts.md
+++ b/doc/university/training/topics/merge_conflicts.md
@@ -63,4 +63,4 @@ git push origin conflicts_branch -f
- When to use `git merge` and when to use `git rebase`
- Rebase when updating your branch with master
- Merge when bringing changes from feature to master
-- Reference: <https://www.atlassian.com/git/tutorials/merging-vs-rebasing/>
+- Reference: <https://www.atlassian.com/git/tutorials/merging-vs-rebasing>