Skip to content

Commit

Permalink
api: fix github link in hex package
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Nov 20, 2020
1 parent 482e8e6 commit cb74034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opentelemetry_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule OpenTelemetry.MixProject do
~w(lib mix.exs README.md LICENSE rebar.config VERSION include src),
licenses: ["Apache-2.0"],
links: %{
"GitHub" => "https://github.com/open-telemetry/opentelemetry-erlang-api",
"GitHub" => "https://github.com/open-telemetry/opentelemetry-erlang",
"OpenTelemetry.io" => "https://opentelemetry.io"
}
]
Expand Down

0 comments on commit cb74034

Please sign in to comment.