We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d690c48 commit 0fb34f9Copy full SHA for 0fb34f9
lib/elixir/lib/config.ex
@@ -41,7 +41,8 @@ defmodule Config do
41
> application environment is effectively a global storage. Also note that
42
> the `config/config.exs` of a library is not evaluated when the library is
43
> used as a dependency, as configuration is always meant to configure the
44
- > current project. For more information, read our [library guidelines](library-guidelines.md).
+ > current project. For more information, see ["Using application configuration for
45
+ > libraries"](design-anti-patterns.md#using-application-configuration-for-libraries).
46
47
## Migrating from `use Mix.Config`
48
0 commit comments