Skip to content

Commit 2708c40

Browse files
authored
Update guides/upgrading/v0.7.md
1 parent 6d33273 commit 2708c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/upgrading/v0.7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ We have updated certain functions in `Backpex.Resource`.
4141
The following functions are affected:
4242
- `update/6` (`update/5` before)
4343
- `insert/6` (`insert/5` before)
44-
- [`Backpex.Resource.change/7`]()
45-
- [`Backpex.Resource.put_assocs/2`]() (has been removed)
44+
- `change/7`
45+
- `put_assocs/2` (has been removed)
4646

4747
If you call one of these functions in your application, you will probably need to update the function call.
4848

0 commit comments

Comments
 (0)