Skip to content

Commit 8f1b425

Browse files
marcelwgnbpulliam
andauthored
First round of UWP link replacement (#1347)
Co-authored-by: Bob Pulliam <bpulliam@microsoft.com>
1 parent 1fcd8ed commit 8f1b425

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

WinUIGallery/ControlPages/DesignGuidance/IconsPage.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@
134134
<Paragraph>
135135
If you don't specify a FontFamily,
136136
or you specify a FontFamily that is not available on the system at runtime,
137-
the <Hyperlink NavigateUri="https://learn.microsoft.com/uwp/api/windows.ui.xaml.controls.fonticon">FontIcon</Hyperlink> falls back to the default font family defined by the SymbolThemeFontFamily resource.</Paragraph>
137+
the <Hyperlink NavigateUri="https://learn.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.fonticon">FontIcon</Hyperlink> falls back to the default font family defined by the SymbolThemeFontFamily resource.
138+
</Paragraph>
138139
<Paragraph>
139140
An icon with a 16-epx font size is the equivalent of a 16x16-epx icon, to make sizing and positioning more predictable.
140141
For optimal appearance, use these specific sizes: 16, 20, 24, 32, 40, 48, and 64. Deviating from these font sizes could lead to less crisp or blurry outcomes.

WinUIGallery/Controls/ControlExample.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
IsTextSelectionEnabled="True"
8181
Visibility="Collapsed">
8282
<Paragraph>
83-
This sample requires a later version of Windows to be fully functional. Learn more about version adaptive apps:<Hyperlink NavigateUri="https://learn.microsoft.com/windows/uwp/debug-test-perf/version-adaptive-apps">https://learn.microsoft.com/windows/uwp/debug-test-perf/version-adaptive-apps</Hyperlink>
83+
This sample requires a later version of Windows to be fully functional.
8484
</Paragraph>
8585
</RichTextBlock>
8686

WinUIGallery/DataModel/ControlInfoData.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2727,15 +2727,11 @@
27272727
},
27282728
{
27292729
"Title": "Composition Animation - API",
2730-
"Uri": "https://learn.microsoft.com/windows/uwp/composition/composition-animation"
2730+
"Uri": "https://learn.microsoft.com/windows/apps/windows-app-sdk/composition"
27312731
},
27322732
{
27332733
"Title": "Guidelines - Xaml Property Animations",
27342734
"Uri": "https://learn.microsoft.com/windows/apps/design/motion/xaml-property-animations"
2735-
},
2736-
{
2737-
"Title": "Using the Visual Layer with XAML",
2738-
"Uri": "https://learn.microsoft.com/windows/uwp/composition/using-the-visual-layer-with-xaml"
27392735
}
27402736
],
27412737
"RelatedControls": [

0 commit comments

Comments
 (0)