Skip to content

Commit 2e9a9d2

Browse files
Fixed link to trigger documentation
1 parent 86deea2 commit 2e9a9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async function patchDocument(ctx: MutationCtx, documentId: Id<"documents">, patc
7979
}
8080
```
8181

82-
Or attach a [trigger](https://docs.convex.dev/triggers) to automatically write to the history table when a mutation changes a document:
82+
Or attach a [trigger](https://www.npmjs.com/package/convex-helpers#triggers) to automatically write to the history table when a mutation changes a document:
8383

8484
```ts
8585
const triggers = new Triggers<DataModel>();

0 commit comments

Comments
 (0)