diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-31 11:20:40 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-31 11:20:40 +0200 |
commit | 6bd2d594d78adf03885015e078eb38832f10ee8a (patch) | |
tree | c5d341c30622f1a51c4fceaaaabc397d76d9422b /doc/university | |
parent | 6e6cea23e187b6c93886da4d043ea5a6fb7bfab5 (diff) | |
download | gitlab-ce-6bd2d594d78adf03885015e078eb38832f10ee8a.tar.gz |
Change to new GitLab Runner namedocs/gitlab-runner
Diffstat (limited to 'doc/university')
-rw-r--r-- | doc/university/glossary/README.md | 2 | ||||
-rw-r--r-- | doc/university/training/topics/git_log.md | 4 |
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" |