Merge pull request #87 from liebesleid-eth/patch-1

Update prismlibrary link, and typoREADME.adoc
This commit is contained in:
Tim 2024-06-14 11:50:36 +02:00 коммит произвёл GitHub
Родитель c13a20e0a1 cea6bdd247
Коммит d324bcec0d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -54,7 +54,7 @@ C# uses `Interfaces` to define contracts that `Classes` can satisfy by providing
- More on Members: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/members[[Microsoft Docs\],window=_blank]
- More on Methods: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/methods[[Microsoft Docs\],window=_blank]
- More on Fields: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/fields[[Microsoft Docs\],window=_blank]
- More on Properties: <https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/properties[[Microsoft Docs\],window=_blank]
- More on Properties: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/properties[[Microsoft Docs\],window=_blank]
=== INotifyPropertyChanged
@ -406,7 +406,7 @@ Even though Avalonia ships ReactiveUI by default, you are not tied to it. You ca
- https://www.reactiveui.net[[ReactiveUI\],window=_blank]
- https://docs.microsoft.com/en-us/windows/communitytoolkit/mvvm/introduction[[CommunityToolkit.MVVM\],window=_blank]
- https://prismlibrary.com/docs/[[Prism\],window=_blank]
- https://docs.prismlibrary.com/docs/[[Prism\],window=_blank]
- https://caliburnmicro.com"[[Caliburn Micro\],window=_blank]
- ... And many more.