Skip to content

Commit 9e8b738

Browse files
author
Anjali
authored
Updated URLs (#509)
1 parent a65949e commit 9e8b738

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Compatibility/runtimeconfig.template.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,19 @@
9898
// FrameworkAppContextSwitches
9999

100100
// Switch to enable non-adorner based rendering of TextSelection in TextBox and PasswordBox
101-
// https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-TextBox-PasswordBox-text-selection-does-not-follow-system-colors.md
101+
// https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-TextBox-PasswordBox-text-selection-does-not-follow-system-colors.md
102102
"Switch.System.Windows.Controls.Text.UseAdornerForTextboxSelectionRendering": true,
103103

104-
// https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-layout-rounding-of-margins-has-changed.md
104+
// https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-layout-rounding-of-margins-has-changed.md
105105
"Switch.MS.Internal.DoNotApplyLayoutRoundingToMarginsAndBorderThickness": false,
106106

107-
// https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md
107+
// https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md
108108
"Switch.System.Windows.Controls.Grid.StarDefinitionsCanExceedAvailableSpace": false,
109109

110-
// https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-tabcontrol-selectionchanged-and-selectedcontent.md
110+
// https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-tabcontrol-selectionchanged-and-selectedcontent.md
111111
"Switch.System.Windows.Controls.TabControl.SelectionPropertiesCanLagBehindSelectionChangedEvent": false,
112112

113-
// https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-MasterDetail-ADOdata-PrimaryKey.md
113+
// https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-mainDetail-ADOdata-PrimaryKey.md
114114
"Switch.System.Windows.Data.DoNotUseFollowParentWhenBindingToADODataRelation": false,
115115

116116
// Switch to enable IList indexer hiding a custom indexer in a binding path
@@ -155,16 +155,16 @@
155155

156156
// AccessibilitySwitches
157157
// https://docs.microsoft.com/en-us/dotnet/framework/whats-new/whats-new-in-accessibility
158-
// https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-accessibility-improvements.MD
159-
// https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-accessibility-improvements-48.md
158+
// https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-accessibility-improvements.MD
159+
// https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-accessibility-improvements-48.md
160160

161161
"Switch.UseLegacyAccessibilityFeatures": false,
162162
"Switch.UseLegacyAccessibilityFeatures.2": false,
163163
"Switch.UseLegacyAccessibilityFeatures.3": false,
164164
"Switch.UseLegacyToolTipDisplay": false,
165165

166166
// Guards the fix for the automation tree under a plain ItemsControl
167-
// https://github.com/microsoft/dotnet/blob/master/releases/net48/dotnet48-changes.md
167+
// https://github.com/microsoft/dotnet/blob/main/releases/net48/dotnet48-changes.md
168168
"Switch.System.Windows.Controls.ItemsControlDoesNotSupportAutomation": false
169169
*/
170170
}

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ You can also find an archive of samples targeting .NET 4.7.2 in the [netframewor
66

77
The samples in this repo are generally about illustrating specific concepts and may go against accessibility best practices. However, the team has spent some time illustrating accessibility best practices in a subset of these samples.
88

9-
* [ExpenseItIntro](https://github.com/microsoft/WPF-Samples/tree/master/Getting%20Started/WalkthroughFirstWPFApp)
10-
* [ExpenseItDemo](https://github.com/microsoft/WPF-Samples/tree/master/Sample%20Applications/ExpenseIt/ExpenseItDemo)
11-
* [DataBindingDemo](https://github.com/microsoft/WPF-Samples/tree/master/Sample%20Applications/DataBindingDemo)
12-
* [CustomComboBox](https://github.com/microsoft/WPF-Samples/tree/master/Sample%20Applications/CustomComboBox)
13-
* [EditingExaminerDemo](https://github.com/microsoft/WPF-Samples/tree/master/Sample%20Applications/EditingExaminerDemo)
9+
* [ExpenseItIntro](https://github.com/microsoft/WPF-Samples/tree/main/Getting%20Started/WalkthroughFirstWPFApp)
10+
* [ExpenseItDemo](https://github.com/microsoft/WPF-Samples/tree/main/Sample%20Applications/ExpenseIt/ExpenseItDemo)
11+
* [DataBindingDemo](https://github.com/microsoft/WPF-Samples/tree/main/Sample%20Applications/DataBindingDemo)
12+
* [CustomComboBox](https://github.com/microsoft/WPF-Samples/tree/main/Sample%20Applications/CustomComboBox)
13+
* [EditingExaminerDemo](https://github.com/microsoft/WPF-Samples/tree/main/Sample%20Applications/EditingExaminerDemo)
1414

15-
For additional WPF samples, see [WPF Samples](https://msdn.microsoft.com/en-us/library/vstudio/ms771633.aspx).
15+
For additional WPF samples, see [WPF Samples](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/wpf-samples?view=netframeworkdesktop-4.8).
1616

1717
## License
18-
Unless otherwise mentioned, the samples are released under the [MIT license](https://github.com/Microsoft/WPF-Samples/blob/master/LICENSE)
18+
Unless otherwise mentioned, the samples are released under the [MIT license](https://github.com/Microsoft/WPF-Samples/blob/main/LICENSE)
1919

2020
## Help us improve our samples
2121
Help us improve out samples by sending us a pull-request or opening a [GitHub Issue](https://github.com/Microsoft/WPF-Samples/issues)

0 commit comments

Comments
 (0)