Skip to content

Commit 420a84d

Browse files
add links to named bindings docs (#4654)
1 parent c2f435f commit 420a84d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ecto/query/api.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ defmodule Ecto.Query.API do
875875
@doc """
876876
Refer to a named atom binding.
877877
878-
See the "Named bindings" section in `Ecto.Query` for more information.
878+
See [Named Bindings](Ecto.Query.html#module-named-bindings) for more information.
879879
"""
880880
def as(binding), do: doc!([binding])
881881

@@ -884,7 +884,7 @@ defmodule Ecto.Query.API do
884884
885885
This is available only inside subqueries.
886886
887-
See the "Named bindings" section in `Ecto.Query` for more information.
887+
See [Named Bindings](Ecto.Query.html#module-named-bindings) for more information.
888888
"""
889889
def parent_as(binding), do: doc!([binding])
890890

0 commit comments

Comments
 (0)