From 5f6eff200aaba8c154cee9467551069fab5e77cf Mon Sep 17 00:00:00 2001 From: Nikola Metulev Date: Tue, 29 Aug 2017 09:24:59 -0700 Subject: [PATCH] updated inappnotification relative links --- docs/controls/InAppNotification.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/controls/InAppNotification.md b/docs/controls/InAppNotification.md index eb8f38ff754..deff014be51 100644 --- a/docs/controls/InAppNotification.md +++ b/docs/controls/InAppNotification.md @@ -121,11 +121,11 @@ An alternate version of the popup animation (used by the vscode-like notificatio ## Example Code -[InAppNotification Sample Page](../../Microsoft.Toolkit.Uwp.SampleApp/SamplePages/InAppNotification) +[InAppNotification Sample Page](https://github.com/Microsoft/UWPCommunityToolkit/tree/dev/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/InAppNotification) ## Default Template -[InAppNotification XAML File](../..//Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/InAppNotification.xaml) is the XAML template used in the toolkit for the default styling. +[InAppNotification XAML File](https://github.com/Microsoft/UWPCommunityToolkit/blob/master/Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/InAppNotification.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements (Windows 10 Device Family) @@ -135,5 +135,5 @@ An alternate version of the popup animation (used by the vscode-like notificatio ## API -* [InAppNotification source code](../..//Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification) +* [InAppNotification source code](https://github.com/Microsoft/UWPCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification)