Skip to content

Commit 357793a

Browse files
authored
Fix Logger docs layout (#13840)
1 parent 0d4d1e3 commit 357793a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logger/lib/logger.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ defmodule Logger do
198198
* `:metadata` - key-value pairs of global primary metadata to be included
199199
in all log messages. Defaults to `[]`. The default formatter writes to
200200
standard out and therefore cannot print all metadata. See
201-
[`Logger.Formatter`'s documentation](Logger.Formatter.html#module-metadata`)
201+
[`Logger.Formatter`'s documentation](`m:Logger.Formatter#module-metadata`)
202202
for more information.
203203
204204
For example, to configure `Logger` to redirect all Erlang messages using a

0 commit comments

Comments
 (0)