Skip to content

Commit c887a8a

Browse files
authored
Update doc link to anti-pattern (#13729)
1 parent 9e82da4 commit c887a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/application.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ defmodule Application do
5959
> If you are writing a library to be used by other developers,
6060
> it is generally recommended to avoid the application environment, as the
6161
> application environment is effectively a global storage. For more information,
62-
> read our [library guidelines](library-guidelines.md).
62+
> read about this [anti-pattern](design-anti-patterns.md#using-application-configuration-for-libraries).
6363
6464
> #### Reading the environment of other applications {: .warning}
6565
>

0 commit comments

Comments
 (0)