Skip to content

Commit e68fd1a

Browse files
committed
fixed broken links
1 parent 6e4625b commit e68fd1a

28 files changed

+36
-37
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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Core/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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Layout/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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Input/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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Input/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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Core/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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Input/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: 1 addition & 1 deletion
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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Input/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

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/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI.Controls.Core/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 @@ ScrollHeader XAML File `(https://github.com/windows-toolkit/WindowsCommunityTool
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/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 @@ TabView XAML File `(https://github.com/windows-toolkit/WindowsCommunityToolkit/b
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

docs/controls/TextToolbar.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ You can also Remove Default Buttons from any format, or Add Custom buttons to an
3939
| Editor | RichEditBox | Gets or sets the RichEditBox to Attach to, this is required for any formatting to work |
4040
| Format | [Format](/dotnet/api/microsoft.toolkit.uwp.ui.controls.texttoolbarformats.format) | Gets or sets which formatter to use, and which buttons to provide |
4141
| Formatter | [Formatter](/dotnet/api/microsoft.toolkit.uwp.ui.controls.texttoolbarformats.formatter) | Gets or sets the formatter which is used to format the text from the buttons |
42-
| Labels | [TextToolbarStrings](https://www.fuget.org/packages/Microsoft.Toolkit.Uwp.UI.Controls/5.0.0/lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll/Microsoft.Toolkit.Uwp.UI.Controls/TextToolbarStrings) | Gets or sets the default string Labels |
4342
| LastKeyPress | [VirtualKey](/uwp/api/Windows.System.VirtualKey) | Gets the last key pressed using the Editor |
4443
| ShiftKeyDown | bool | Gets a value indicating whether Shift is pressed down |
4544
| UseURIChecker | bool | Gets or sets a value indicating whether to enable use of URI Checker for Link Creator. This allows you to verify Absolute URIs, before creating the Link |
@@ -53,13 +52,13 @@ When you create the Class, you will need to override the `DefaultButtons` Proper
5352
If you want to use a Common Button Template, such as Bold, Italics, etc. You can get those by Instantiating a `CommonButtons` Instance in your Formatter Class, however, you will need to implement the **ButtonActions** Class, and Instantiate it in your Formatter's `ButtonActions` property, or replace the `Action`/`Shift Action` Property on each button you use.
5453

5554
_See the MarkDownFormatter Class for reference on how to create a Formatter:_
56-
[MarkDownFormatter Code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/2b124ff5e7ebc2061f64a3dff7953f1c1f548807/Microsoft.Toolkit.Uwp.UI.Controls.Markdown/TextToolbar/Formats/MarkDown/MarkDownFormatter.cs)
55+
[MarkDownFormatter Code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Markdown/TextToolbar/Formats/MarkDown/MarkDownFormatter.cs)
5756

5857
_See the Sample Formatter Class from the Sample App:_
5958
[SampleFormatter Code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TextToolbar/SampleFormatter.cs)
6059

6160
_Available CommonButtons:_
62-
[CommonButton Definitions](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI.Controls.Core/TextToolbar/ToolbarItems/Common/CommonButtons.cs)
61+
[CommonButton Definitions](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Core/TextToolbar/ToolbarItems/Common/CommonButtons.cs)
6362

6463
## Examples
6564

0 commit comments

Comments
 (0)