Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/helpers/Colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/helpers/StorageFiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/helpers/Streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/helpers/ThemeListener.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/helpers/WeakEventListener.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -46,4 +46,4 @@ For a type that has additions, the additions are listed alongside

<!-- Optional -->

- [Platform Specific Analyzer](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.platformspecificanalyzer)
- [Platform Specific Analyzer](./platformspecificanalyzer)
4 changes: 2 additions & 2 deletions docs/services/Linkedin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/services/MicrosoftTranslator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)