Update github URL for Hex.pm (#21)

This commit is contained in:
Manu 2021-10-06 11:36:16 -07:00 committed by GitHub
parent 3334b07b9d
commit 18aa2eca97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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