Skip to content

Commit

Permalink
Use direct link to referenced section in docs (#13859)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisi authored Sep 25, 2024
1 parent d690c48 commit 0fb34f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/elixir/lib/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ defmodule Config do
> application environment is effectively a global storage. Also note that
> the `config/config.exs` of a library is not evaluated when the library is
> used as a dependency, as configuration is always meant to configure the
> current project. For more information, read our [library guidelines](library-guidelines.md).
> current project. For more information, see ["Using application configuration for
> libraries"](design-anti-patterns.md#using-application-configuration-for-libraries).
## Migrating from `use Mix.Config`
Expand Down

0 comments on commit 0fb34f9

Please sign in to comment.