Merge pull request #8017 from open-sausages/pulls/4/fix-broken-versioning-link

Fix a broken link to the versioning page
This commit is contained in:
Robbie Averill 2018-04-19 11:07:39 +12:00 committed by GitHub
commit 04bf73bff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -471,7 +471,7 @@ are supported, as are methods that return lists of objects but do not correspond
If your object is versioned, cascade_deletes will also act as "cascade unpublish", such that any unpublish
on a parent object will trigger unpublish on the child, similarly to how `owns` causes triggered publishing.
See the [versioning docs](/developer_guides/versioning) for more information on ownership.
See the [versioning docs](/developer_guides/model/versioning) for more information on ownership.
## Cascading duplications