Skip to content

Commit 572ca81

Browse files
Merge pull request #872 from AvaloniaUI/871-link-to-reactiveobject-documentation-needs-updating
Fix link for ReactiveObject documentation
2 parents c39f0a6 + 406ba0a commit 572ca81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/reactiveui/reactive-view-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This page describes how you can use the _ReactiveUI_ `ReactiveObject` as the bas
1111
_ReactiveUI_ provides the `ReactiveObject` as a base class for view models. It implements a notification of property changes and observables to monitor object changes.
1212

1313
:::info
14-
For the detailed _ReactiveUI_ documentation for `ReactiveObject`, see [here](https://www.reactiveui.net/api/reactiveui/reactiveobject/).
14+
For the detailed _ReactiveUI_ documentation for `ReactiveObject`, see [here](https://www.reactiveui.net/api/reactiveui.reactiveobject/).
1515
:::
1616

1717
Once you have installed and configured _ReactiveUI_, you can base your view models on the class:

0 commit comments

Comments
 (0)