Skip to content

Commit

Permalink
Fix link to telemetry:attach/4 docs in warning (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneako committed Aug 6, 2021
1 parent acc6672 commit 9eb8f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telemetry.erl
Expand Up @@ -368,4 +368,4 @@ report_cb(#{handler_id := Id}) ->
"without module specified. That may cause performance penalty when calling "
"such handler. For more details see note in `telemetry:attach/4` "
"documentation.\n\n"
"https://hexdocs.pm/telemetry/telemetry.html#attach-4", [Id]}.
"https://hexdocs.pm/telemetry/telemetry.html#attach/4", [Id]}.

0 comments on commit 9eb8f71

Please sign in to comment.