diff --git a/input/docs/handbook/data-binding/value-converters.md b/input/docs/handbook/data-binding/value-converters.md index 2b8f1e872..7a01768e7 100644 --- a/input/docs/handbook/data-binding/value-converters.md +++ b/input/docs/handbook/data-binding/value-converters.md @@ -1,4 +1,4 @@ -A value converter should implement the `IBindingTypeConverter` interface. See an example of a globally registered converter type that converts between Boolean and XAML Visibility: https://github.com/reactiveui/ReactiveUI/blob/master/src/ReactiveUI/Platforms/windows-common/BindingTypeConverters.cs#L31 +A value converter should implement the `IBindingTypeConverter` interface. See an example of a globally registered converter type that converts between Boolean and XAML Visibility: https://github.com/reactiveui/ReactiveUI/blob/master/src/ReactiveUI/Platforms/windows-common/BooleanToVisibilityTypeConverter.cs ## How GetAffinityForObjects works