From 41a0c6b68b7d2893600b1b0050a8c7f4d6fd628a Mon Sep 17 00:00:00 2001 From: Matthias Reitinger Date: Tue, 15 Oct 2019 12:43:03 +0200 Subject: [PATCH] Fix broken GitHub link (#342) (#375) --- input/docs/handbook/data-binding/value-converters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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