We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e82da4 commit c887a8aCopy full SHA for c887a8a
lib/elixir/lib/application.ex
@@ -59,7 +59,7 @@ defmodule Application do
59
> If you are writing a library to be used by other developers,
60
> it is generally recommended to avoid the application environment, as the
61
> application environment is effectively a global storage. For more information,
62
- > read our [library guidelines](library-guidelines.md).
+ > read about this [anti-pattern](design-anti-patterns.md#using-application-configuration-for-libraries).
63
64
> #### Reading the environment of other applications {: .warning}
65
>
0 commit comments