Skip to content

Commit 3671ce7

Browse files
Fix links to EEP 48 (#11412)
1 parent fd1c12f commit 3671ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/elixir/lib/code.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ defmodule Code do
15991599
file.
16001600
16011601
It returns the term stored in the documentation chunk in the format defined by
1602-
[EEP 48](https://erlang.org/eep/eeps/eep-0048.html) or `{:error, reason}` if
1602+
[EEP 48](https://www.erlang.org/eeps/eep-0048.html) or `{:error, reason}` if
16031603
the chunk is not available.
16041604
16051605
## Examples
@@ -1702,7 +1702,7 @@ defmodule Code do
17021702
@doc ~S"""
17031703
Deprecated function to retrieve old documentation format.
17041704
1705-
Elixir v1.7 adopts [EEP 48](https://erlang.org/eep/eeps/eep-0048.html)
1705+
Elixir v1.7 adopts [EEP 48](https://www.erlang.org/eeps/eep-0048.html)
17061706
which is a new documentation format meant to be shared across all
17071707
BEAM languages. The old format, used by `Code.get_docs/2`, is no
17081708
longer available, and therefore this function always returns `nil`.

0 commit comments

Comments
 (0)