Skip to content

Commit ffee38b

Browse files
authored
Merge pull request #646 from kturetz/windowstoolkit-broken-links-6-8
[BrokenLinksH2] Fixed broken links
2 parents af5f971 + 8df8eb2 commit ffee38b

30 files changed

+42
-43
lines changed

docs/controls/Menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ internal class NewProjectCommand : ICommand
149149
150150
## Default Template
151151
152-
[Menu XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/Menu/Menu.xaml) is the XAML template used in the toolkit for the default styling.
152+
[Menu XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Core/Menu/Menu.xaml) is the XAML template used in the toolkit for the default styling.
153153
154154
## Requirements
155155

docs/controls/OrbitView.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The following sample demonstrates how to add OrbitView Control.
137137

138138
## Default Template
139139

140-
[OrbitView XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/OrbitView/OrbitView.xaml) is the XAML template used in the toolkit for the default styling.
140+
[OrbitView XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/OrbitView/OrbitView.xaml) is the XAML template used in the toolkit for the default styling.
141141

142142
## Requirements
143143

docs/controls/RadialGauge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The Radial Gauge supports animated transitions between configuration states. The
6565

6666
## Control style and template
6767

68-
You can modify the default [Style](/uwp/api/windows.ui.xaml.style) and [ControlTemplate](/uwp/api/windows.ui.xaml.controls.controltemplate) to give the control a unique appearance. For information about modifying a control's style and template, see [Styling controls](/windows/uwp/design/controls-and-patterns/xaml-styles). The default style, template, and resources that define the look of the control are included in the RadialGauge.xaml file. For design purposes, RadialGauge.xaml is available on [GitHub](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/RadialGauge/RadialGauge.xaml). Styles and resources from different versions of the SDK might have different values.
68+
You can modify the default [Style](/uwp/api/windows.ui.xaml.style) and [ControlTemplate](/uwp/api/windows.ui.xaml.controls.controltemplate) to give the control a unique appearance. For information about modifying a control's style and template, see [Styling controls](/windows/uwp/design/controls-and-patterns/xaml-styles). The default style, template, and resources that define the look of the control are included in the RadialGauge.xaml file. For design purposes, RadialGauge.xaml is available on [GitHub](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/RadialGauge/RadialGaugePage.xaml). Styles and resources from different versions of the SDK might have different values.
6969

7070
Starting in Toolkit version 2.2, RadialGauge.xaml includes resources that you can use to modify the colors of a control in different visual states without modifying the control template. In apps that target this software development kit (SDK) or later, modifying these resources is preferred to setting properties such as Background and Foreground. For more info, see the Light-weight styling section of the Styling controls article.
7171

@@ -82,7 +82,7 @@ This table shows the resources used by the [RadialGauge](/dotnet/api/microsoft.t
8282

8383
## Default Template
8484

85-
[RadialGauge XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0//Microsoft.Toolkit.Uwp.UI.Controls/RadialGauge/RadialGauge.xaml) is the XAML template used in the toolkit for the default styling.
85+
[RadialGauge XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/RadialGauge/RadialGaugePage.xaml) is the XAML template used in the toolkit for the default styling.
8686

8787
## Requirements
8888

docs/controls/RadialProgressBar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The control uses the same dependency properties as the standard Progress Bar, wi
4949

5050
## Default Template
5151

52-
[RadialProgressBar XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/RadialProgressBar/RadialProgressBar.xaml) is the XAML template used in the toolkit for the default styling.
52+
[RadialProgressBar XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Core/RadialProgressBar/RadialProgressBar.xaml) is the XAML template used in the toolkit for the default styling.
5353

5454
## Requirements
5555

docs/controls/RangeSelector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ End Sub
7777

7878
## Default Template
7979

80-
[RangeSelector XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/RangeSelector/RangeSelector.xaml) is the XAML template used in the toolkit for the default styling.
80+
[RangeSelector XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Input/RangeSelector/RangeSelector.xaml) is the XAML template used in the toolkit for the default styling.
8181

8282
## Source code
8383

docs/controls/RemoteDevicePicker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ await new MessageDialog($"You picked {remoteSystems.Count().ToString()} Device(s
5555

5656
## Default Template
5757

58-
[RemoteDevicePicker XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/RemoteDevicePicker/RemoteDevicePicker.xaml) is the XAML template used in the toolkit for the default styling.
58+
[RemoteDevicePicker XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Input/RemoteDevicePicker/RemoteDevicePicker.xaml) is the XAML template used in the toolkit for the default styling.
5959

6060
## Requirements
6161

@@ -71,7 +71,7 @@ await new MessageDialog($"You picked {remoteSystems.Count().ToString()} Device(s
7171
## Related Topics
7272

7373
* [Project Rome](https://developer.microsoft.com/windows/project-rome)
74-
* [Remote Systems Sample](https://github.com/Microsoft/Windows-universal-samples/tree/rel/7.1.0/Samples/RemoteSystems)
74+
* [Remote Systems Sample](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/RemoteSystems)
7575
* [Connected apps and devices (Project Rome)](/windows/uwp/launch-resume/connected-apps-and-devices)
7676
* [Communicate with a remote app service](/windows/uwp/launch-resume/communicate-with-a-remote-app-service)
77-
* [AppServices Sample](https://github.com/Microsoft/Windows-universal-samples/tree/rel/7.1.0/Samples/AppServices)
77+
* [AppServices Sample](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/AppServices)

docs/controls/RotatorTile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The [Rotator Tile Control](/dotnet/api/microsoft.toolkit.uwp.ui.controls.rotator
4747

4848
## Default Template
4949

50-
[RotatorTile XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/RotatorTile/RotatorTile.xaml) is the XAML template used in the toolkit for the default styling.
50+
[RotatorTile XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Core/RotatorTile/RotatorTile.xaml) is the XAML template used in the toolkit for the default styling.
5151

5252
## Requirements
5353

docs/controls/ScrollHeader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The [ScrollHeader](/dotnet/api/microsoft.toolkit.uwp.ui.controls.scrollheader) c
5656

5757
## Default Template
5858

59-
[ScrollHeader XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader/ScrollHeader.xaml) is the XAML template used in the toolkit for the default styling.
59+
ScrollHeader XAML File [ScrollHeader XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/6.1.0/Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader/ScrollHeader.xaml) is the XAML template used in the toolkit for the default styling.
6060

6161
## Requirements
6262

@@ -67,4 +67,4 @@ The [ScrollHeader](/dotnet/api/microsoft.toolkit.uwp.ui.controls.scrollheader) c
6767

6868
## API
6969

70-
* [ScrollHeader source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader)
70+
* ScrollHeader source code [ScrollHeader source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/6.1.0/Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader)

docs/controls/StaggeredPanel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The [StaggeredPanel](/dotnet/api/microsoft.toolkit.uwp.ui.controls.staggeredpane
4848

4949
## Default Template
5050

51-
[StaggeredPanel XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/StaggeredPanel/StaggeredPanel.xaml) is the XAML template used in the toolkit for the default styling.
51+
StaggeredPanel XAML File `(https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/StaggeredPanel/StaggeredPanel.xaml)` is the XAML template used in the toolkit for the default styling.
5252

5353
## Requirements
5454

docs/controls/TabView.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ The TabView supports data binding as well. The following example shows binding
133133
134134
## Sample Project
135135

136-
[TabView Sample Page Source](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TabView). You can [see this in action](uwpct://Controls?sample=TabView) in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp).
136+
TabView Sample Page Source [TabView Sample Page Source](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/6.1.1/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TabView). You can [see this in action](uwpct://Controls?sample=TabView) in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp).
137137

138138
## Default Template
139139

140-
[TabView XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/TabView/TabView.xaml) is the XAML template used in the toolkit for the default styling.
140+
TabView XAML File [TabView XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/6.1.1/Microsoft.Toolkit.Uwp.UI.Controls/TabView/TabView.xaml) is the XAML template used in the toolkit for the default styling.
141141

142142
## Requirements
143143

@@ -148,7 +148,7 @@ The TabView supports data binding as well. The following example shows binding
148148

149149
## API
150150

151-
- [TabView source code](https://github.com/microsoft/microsoft-ui-xaml/tree/rel/7.1.0/dev/TabView)
151+
- TabView source code [TabView source code](https://github.com/microsoft/microsoft-ui-xaml/tree/main/dev/TabView)
152152

153153
## Related Topics
154154

0 commit comments

Comments
 (0)