Skip to content

Commit 0fb34f9

Browse files
authored
Use direct link to referenced section in docs (#13859)
1 parent d690c48 commit 0fb34f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/elixir/lib/config.ex

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ defmodule Config do
4141
> application environment is effectively a global storage. Also note that
4242
> the `config/config.exs` of a library is not evaluated when the library is
4343
> 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).
44+
> current project. For more information, see ["Using application configuration for
45+
> libraries"](design-anti-patterns.md#using-application-configuration-for-libraries).
4546
4647
## Migrating from `use Mix.Config`
4748

0 commit comments

Comments
 (0)