From 6461061a21ae1e9aa68e91a2d5f5db5828b5edd8 Mon Sep 17 00:00:00 2001 From: balaskoa <Jeno.Balasko@ericsson.com> Date: Mon, 4 Feb 2019 13:32:16 +0100 Subject: [PATCH] typo Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com> --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ef538b44..cd6502ceb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,10 +12,8 @@ Step-by-step guide for contributors ## Clone the GerritHub repo and make the change * Clone the repo from GerritHub -git clone ssh://<username>@review.gerrithub.io:29418/eclipse/titan.core -git clone ssh://<username>@review.gerrithub.io:29418/eclipse/titan.EclipsePlug-ins -... - + * git clone ssh://<username>@review.gerrithub.io:29418/eclipse/titan.core + * git clone ssh://<username>@review.gerrithub.io:29418/eclipse/titan.EclipsePlug-ins * Modify the files and compile -- GitLab