diff --git a/docs/helpers/Colors.md b/docs/helpers/Colors.md index 33fd7542a..e0b608014 100644 --- a/docs/helpers/Colors.md +++ b/docs/helpers/Colors.md @@ -55,7 +55,7 @@ Dim redColor As Windows.UI.Color = "Red".ToColor() ## Sample Code -You can find more examples in our [unit tests](https://github.com/Microsoft/WindowsCommunityToolkit//blob/master/UnitTests/Helpers/Test_ColorHelper.cs) +You can find more examples in our [unit tests](https://github.com/Microsoft/WindowsCommunityToolkit//blob/master/UnitTests/UnitTests.UWP/Helpers/Test_ColorHelper.cs) ## Requirements diff --git a/docs/helpers/StorageFiles.md b/docs/helpers/StorageFiles.md index c77f2b7c9..0543f2549 100644 --- a/docs/helpers/StorageFiles.md +++ b/docs/helpers/StorageFiles.md @@ -102,7 +102,7 @@ Dim isFilePathValid As Boolean = StorageFileHelper.IsFilePathValid("folder/appFi ## Sample Code -You can find more examples in our [unit tests](https://github.com/Microsoft/WindowsCommunityToolkit//blob/master/UnitTests/Helpers/Test_StorageFileHelper.cs) +You can find more examples in our [unit tests](https://github.com/Microsoft/WindowsCommunityToolkit//blob/master/UnitTests/UnitTests.UWP/Helpers/Test_StorageFileHelper.cs) ## Requirements diff --git a/docs/helpers/Streams.md b/docs/helpers/Streams.md index 15362a070..22df6c78d 100644 --- a/docs/helpers/Streams.md +++ b/docs/helpers/Streams.md @@ -69,7 +69,7 @@ End Using ## Sample Code -You can find more examples in our [unit tests](https://github.com/Microsoft/WindowsCommunityToolkit//blob/master/UnitTests/Helpers/Test_StreamHelper.cs) +You can find more examples in our [unit tests](https://github.com/Microsoft/WindowsCommunityToolkit//blob/master/UnitTests/UnitTests.UWP/Helpers/Test_StreamHelper.cs) ## Requirements diff --git a/docs/helpers/ThemeListener.md b/docs/helpers/ThemeListener.md index 4cc19a4b3..97cb4ef18 100644 --- a/docs/helpers/ThemeListener.md +++ b/docs/helpers/ThemeListener.md @@ -10,7 +10,7 @@ dev_langs: # Theme Listener -The [Theme Listener](https://docs.microsoft.com/en-us/dotnet/api/microsoft.toolkit.uwp.ui.themelistener) class allows you to determine the current Application Theme, and when it is changed via System Theme changes. +The [Theme Listener](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.helpers.themelistener) class allows you to determine the current Application Theme, and when it is changed via System Theme changes. > [!div class="nextstepaction"] > [Try it in the sample app](uwpct://Helpers?sample=ThemeListener) diff --git a/docs/helpers/WeakEventListener.md b/docs/helpers/WeakEventListener.md index 71f6a1c21..ae5009181 100644 --- a/docs/helpers/WeakEventListener.md +++ b/docs/helpers/WeakEventListener.md @@ -25,7 +25,7 @@ The [WeakEventListener](https://docs.microsoft.com/dotnet/api/microsoft.toolkit. ## Sample Code -You can find examples of WeakEventListener in our [unit tests](https://github.com/Microsoft/WindowsCommunityToolkit//blob/master/UnitTests/Helpers/Test_WeakEventListener.cs) +You can find examples of WeakEventListener in our [unit tests](https://github.com/Microsoft/WindowsCommunityToolkit//blob/master/UnitTests/UnitTests.UWP/Helpers/Test_WeakEventListener.cs) ## Requirements diff --git a/docs/platform-specific/PlatformSpecificDifferencesGenerator.md b/docs/platform-specific/PlatformSpecificDifferencesGenerator.md index 0536f2946..34201f411 100644 --- a/docs/platform-specific/PlatformSpecificDifferencesGenerator.md +++ b/docs/platform-specific/PlatformSpecificDifferencesGenerator.md @@ -15,7 +15,7 @@ A Platform Specific Analyzer would require to know the differences between vario ```cmd DifferencesGen /min:4.0.0.0 /max:6.0.0.0 -``` +``` ## Sample Output @@ -46,4 +46,4 @@ For a type that has additions, the additions are listed alongside -- [Platform Specific Analyzer](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.platformspecificanalyzer) +- [Platform Specific Analyzer](./PlatformSpecificAnalyzer.md) diff --git a/docs/services/Linkedin.md b/docs/services/Linkedin.md index 9f7302e41..8777dd0e4 100644 --- a/docs/services/Linkedin.md +++ b/docs/services/Linkedin.md @@ -22,7 +22,7 @@ The **LinkedIn Service** allows you to retrieve or publish data to the LinkedIn 3. Complete all mandatory fields signified by the red star. If you agree to the terms and conditions, hit **Submit**. 4. Make a note of the **Client Id** and **Client Secret** for your app - you will need to supply these in your code. 5. Take note of the **Default Application Permissions**. You can either set these in this portal or via code. These are the permissions your user will need to agree to for you to make calls on their behalf. -6. Under **OAuth 2.0** you will need to enter a **Authorized Redirect URLs**. For UWP app development purposes this is arbitrary, but it will need to match what you have in your code (e.g. https://github.com/Microsoft/WindowsCommunityToolkit/). +6. Under **OAuth 2.0** you will need to enter a **Authorized Redirect URLs**. For UWP app development purposes this is arbitrary, but it will need to match what you have in your code (e.g. https://github.com/windows-toolkit/WindowsCommunityToolkit/). 7. Once you have done, hit **Update**. ## Syntax @@ -102,4 +102,4 @@ The toolkit has implementations of each of them for UWP. You can find them as Uw ## API -* [LinkedIn Service source code](https://github.com/Microsoft/WindowsCommunityToolkit//tree/master/Microsoft.Toolkit.Uwp.Services/Services/LinkedIn) +* [LinkedIn Service source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Services/Services/LinkedIn) diff --git a/docs/services/MicrosoftTranslator.md b/docs/services/MicrosoftTranslator.md index 35bb6c4e3..48b34fd29 100644 --- a/docs/services/MicrosoftTranslator.md +++ b/docs/services/MicrosoftTranslator.md @@ -69,4 +69,4 @@ Dim translatedText = translationResult.Translation.Text ## API -* [Microsoft Translator Service source code](https://github.com/Microsoft/WindowsCommunityToolkit//tree/master/Microsoft.Toolkit.Uwp.Services/Services/MicrosoftTranslator) +* [Microsoft Translator Service source code](https://github.com/Microsoft/WindowsCommunityToolkit//tree/master/Microsoft.Toolkit.Services/Services/MicrosoftTranslator)