From 9dda706624ec807ccddd0323cdb0b63385ed7904 Mon Sep 17 00:00:00 2001 From: Ram Thiru Date: Mon, 30 Sep 2019 07:06:43 -0700 Subject: [PATCH] CONTRIBUTING.md: Fix clone URL (#177) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b327ce96e1c..1512dfe7023 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ pull requests (PRs). To create a new PR, fork the project in GitHub and clone the upstream repo: ```sh -$ git clone https://https://github.com/open-telemetry/opentelemetry-python.git +$ git clone https://github.com/open-telemetry/opentelemetry-python.git ``` Add your fork as an origin: