From 18aa2eca97a8c0c80517daf5fa2cd9c777259c5d Mon Sep 17 00:00:00 2001 From: Manu Date: Wed, 6 Oct 2021 11:36:16 -0700 Subject: [PATCH] Update github URL for Hex.pm (#21) --- instrumentation/opentelemetry_phoenix/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/opentelemetry_phoenix/mix.exs b/instrumentation/opentelemetry_phoenix/mix.exs index c920f50..8e1bd50 100644 --- a/instrumentation/opentelemetry_phoenix/mix.exs +++ b/instrumentation/opentelemetry_phoenix/mix.exs @@ -21,7 +21,7 @@ defmodule OpentelemetryPhoenix.MixProject do ], elixirc_paths: elixirc_paths(Mix.env()), package: package(), - source_url: "https://github.com/open-telemetry/opentelemetry-erlang-contrib/instrumentation/opentelemetry_phoenix" + source_url: "https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_phoenix" ] end