Skip to content

Commit

Permalink
Fix broken GitHub link (#342) (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
reima authored and glennawatson committed Oct 15, 2019
1 parent 71e09a6 commit 41a0c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/docs/handbook/data-binding/value-converters.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 41a0c6b

Please sign in to comment.