From 1b4cf78aea33c59a5a2965287c025a140df9f44a Mon Sep 17 00:00:00 2001 From: Sylvain Arreckx <sylvain.arreckx@gmail.com> Date: Tue, 17 Jan 2017 16:42:50 +0100 Subject: [PATCH] add changes requested by a colleague ;-) --- slides/branches.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/branches.md b/slides/branches.md index 4e77d236..622ae51b 100644 --- a/slides/branches.md +++ b/slides/branches.md @@ -87,7 +87,7 @@ Once merged, you can delete the branch via the interface. ## Gitlab interface <img src="https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo.png" alt="GitLab" style="width: 100px;"/> -Detailed information is [docs.gitlab.com/ce/gitlab-basics/add-merge-request.html](https://docs.gitlab.com/ce/gitlab-basics/add-merge-request.html). +Detailed information is on [docs.gitlab.com/ce/gitlab-basics/add-merge-request.html](https://docs.gitlab.com/ce/gitlab-basics/add-merge-request.html). 1. Click on **New merge request** @@ -108,7 +108,7 @@ Detailed information is [docs.gitlab.com/ce/gitlab-basics/add-merge-request.html ## Github interface <img src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" style="width: 100px;"/> -Detailed information is [help.github.com/articles/creating-a-pull-request/](https://help.github.com/articles/creating-a-pull-request/). +Detailed information is on [help.github.com/articles/creating-a-pull-request/](https://help.github.com/articles/creating-a-pull-request/). 1. Click on **New pull request** -- GitLab