From 9a5afc699f88afe6a76f8cbadf18929c761722c6 Mon Sep 17 00:00:00 2001 From: Vitalii Lysov Date: Tue, 14 May 2019 16:46:16 +0200 Subject: [PATCH] fix broken link to github project --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b681c6e01067..59dfbbab147e 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,7 @@ description = "Easily collect telemetry like metrics and distributed traces from description = "Vendor-neutral APIs and instrumentation for distributed tracing" [[menu.social]] -url = "https://github.com/open-telemetry/open-telemetry" +url = "https://github.com/open-telemetry/" name = "GitHub" identifier = "github"