Skip to content

Commit a239f03

Browse files
authored
README: Fix link to MvvmSample.Wpf
Fixes #1310
1 parent 53f7165 commit a239f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ double convertedValue = UnitConverter.Convert(
359359

360360
### Example: WPF app using IValueConverter to parse input
361361

362-
Src: [Samples/WpfMVVMSample](https://github.com/angularsen/UnitsNet/tree/master/Samples/WpfMVVMSample)
363-
362+
Src: [Samples/MvvmSample.Wpf](https://github.com/angularsen/UnitsNet/tree/master/Samples/MvvmSample.Wpf)
363+
364364
![wpfmvvmsample_219w](https://user-images.githubusercontent.com/787816/34913417-094332e2-f8fd-11e7-9d8a-92db105fbbc9.png)
365365
366366
The purpose of this app is to show how to create an `IValueConverter` in order to bind XAML to quantities.
@@ -480,4 +480,4 @@ Get the same strongly typed units on other platforms, based on the same [unit de
480480
| Language | Name | Package | Repository | Maintainers |
481481
|----------------------------|-------------|--------------------------------------------------|------------------------------------------------------|--------------|
482482
| JavaScript /<br>TypeScript | unitsnet-js | [npm](https://www.npmjs.com/package/unitsnet-js) | [github](https://github.com/haimkastner/unitsnet-js) | @haimkastner |
483-
| Python | unitsnet-py | [pypi](https://pypi.org/project/unitsnet-py) | [github](https://github.com/haimkastner/unitsnet-py) | @haimkastner |
483+
| Python | unitsnet-py | [pypi](https://pypi.org/project/unitsnet-py) | [github](https://github.com/haimkastner/unitsnet-py) | @haimkastner |

0 commit comments

Comments
 (0)