summaryrefslogtreecommitdiff
path: root/doc/university
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-11-02 12:33:35 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2017-11-02 12:33:35 +0000
commit506a4e7530854ec4f4775b8df96a272509a553ba (patch)
tree82c47aa1dfd512738db4ed13b0a525c47b1a4b3d /doc/university
parenta0af6e08d4ea7bc3374bd635adee08d2ae6797eb (diff)
parent6bd2d594d78adf03885015e078eb38832f10ee8a (diff)
downloadgitlab-ce-506a4e7530854ec4f4775b8df96a272509a553ba.tar.gz
Merge branch 'docs/gitlab-runner' into 'master'
Change to new GitLab Runner name Closes #39636 See merge request gitlab-org/gitlab-ce!15101
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 02c0233d75a..c6a91c8d5c2 100644
--- a/doc/university/glossary/README.md
+++ b/doc/university/glossary/README.md
@@ -460,7 +460,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 21d81840ea7..f2709ae3890 100644
--- a/doc/university/training/topics/git_log.md
+++ b/doc/university/training/topics/git_log.md
@@ -53,8 +53,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"