Skip to content

Commit

Permalink
add caveats link to docs
Browse files Browse the repository at this point in the history
tt
  • Loading branch information
erikreedstrom committed Jul 11, 2019
1 parent eabe0d1 commit 7eaf2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ecto_rescope.ex
Expand Up @@ -57,7 +57,7 @@ defmodule Ecto.Rescope do
`unscoped/0` and `scoped/0`. These are used in situations where the overridden scope is
either undesirable, or caveats exist that prevent use of the rescoped query.
> TODO: Add examples of caveats
See: [README](readme.html#caveats) for caveats
"""
defmacro rescope(scope_fn) do
quote do
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -70,7 +70,7 @@ defmodule Ecto.Rescope.MixProject do
source_ref: "v#{@version}",
canonical: "http://hexdocs.pm/ecto_rescope",
extra_section: "GUIDES",
source_url: "https://github.com/elixir-ecto/ecto",
source_url: "https://github.com/erikreedstrom/ecto_rescope",
extras: extras(),
groups_for_extras: groups_for_extras(),
groups_for_modules: groups_for_modules()
Expand Down

0 comments on commit 7eaf2be

Please sign in to comment.