From cbc73ccdf8c5be2e2f0ca38afa5e9c195a15c003 Mon Sep 17 00:00:00 2001 From: Mike Milonakis Date: Thu, 18 Feb 2016 16:07:13 +0200 Subject: [PATCH 1/2] Typo fix in README.md --- doc/ci/quick_start/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index ae7b760fa67..50554d8ee3d 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -124,7 +124,7 @@ In GitLab, Runners run the builds that you define in `.gitlab-ci.yml`. A Runner can be a virtual machine, a VPS, a bare-metal machine, a docker container or even a cluster of containers. GitLab and the Runners communicate through an API, so the only needed requirement is that the machine on which the -Runner is configured to has Internet access. +Runner is configured to have Internet access. A Runner can be specific to a certain project or serve multiple projects in GitLab. If it serves all projects it's called a _Shared Runner_. From 74eb4215a5869036fe9071348dc193c8e9fff3a9 Mon Sep 17 00:00:00 2001 From: "yuxiao.lxy" Date: Sat, 20 Feb 2016 12:20:58 +0800 Subject: [PATCH 2/2] correct compare_braches.png to /compare_branches.png and make sure it works in line 25 in add-merge-request.md --- .../{compare_braches.png => compare_branches.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/gitlab-basics/basicsimages/{compare_braches.png => compare_branches.png} (100%) diff --git a/doc/gitlab-basics/basicsimages/compare_braches.png b/doc/gitlab-basics/basicsimages/compare_branches.png similarity index 100% rename from doc/gitlab-basics/basicsimages/compare_braches.png rename to doc/gitlab-basics/basicsimages/compare_branches.png