summaryrefslogtreecommitdiff
path: root/doc/university
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-10-31 11:20:40 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2017-10-31 11:20:40 +0200
commit6bd2d594d78adf03885015e078eb38832f10ee8a (patch)
treec5d341c30622f1a51c4fceaaaabc397d76d9422b /doc/university
parent6e6cea23e187b6c93886da4d043ea5a6fb7bfab5 (diff)
downloadgitlab-ce-6bd2d594d78adf03885015e078eb38832f10ee8a.tar.gz
Change to new GitLab Runner namedocs/gitlab-runner
Diffstat (limited to 'doc/university')
-rw-r--r--doc/university/glossary/README.md2
-rw-r--r--doc/university/training/topics/git_log.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/university/glossary/README.md b/doc/university/glossary/README.md
index 9544de41b9a..f29240ed4af 100644
--- a/doc/university/glossary/README.md
+++ b/doc/university/glossary/README.md
@@ -456,7 +456,7 @@ A route table contains rules (called routes) that determine where network traffi
### Runners
-Actual build machines/containers that [run and execute tests](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner) you have specified to be run on GitLab CI.
+Actual build machines/containers that [run and execute tests](https://gitlab.com/gitlab-org/gitlab-runner) you have specified to be run on GitLab CI.
### Sidekiq
diff --git a/doc/university/training/topics/git_log.md b/doc/university/training/topics/git_log.md
index 32ebceff491..a3a2077a69b 100644
--- a/doc/university/training/topics/git_log.md
+++ b/doc/university/training/topics/git_log.md
@@ -49,8 +49,8 @@ git log --since=1.month.ago --until=3.weeks.ago
```
cd ~/workspace
-git clone git@gitlab.com:gitlab-org/gitlab-ci-multi-runner.git
-cd gitlab-ci-multi-runner
+git clone git@gitlab.com:gitlab-org/gitlab-runner.git
+cd gitlab-runner
git log --author="Travis"
git log --since=1.month.ago --until=3.weeks.ago
git log --since=1.month.ago --until=1.day.ago --author="Travis"