Skip to content

Commit 1be0b83

Browse files
committed
docs: fix broken anchor link.
1 parent 8de89bb commit 1be0b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/sync/writer.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defmodule Phoenix.Sync.Writer do
6565
into your application. You can extend the pipeline with `allow/3` calls for
6666
every schema that you'd like to be able to ingest changes to.
6767
68-
The [`check`, `load`, `validate`, etc. callbacks](#callbacks) to the allow
68+
The [`check`, `load`, `validate`, etc. callbacks](#module-callbacks) to the allow
6969
function are designed to allow you to re-use your authorization and validation
7070
logic from your existing `Plug` middleware and `Ecto.Changeset` functions.
7171

0 commit comments

Comments
 (0)