We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71cd1a commit e0f1cb3Copy full SHA for e0f1cb3
Microsoft.Toolkit/Collections/ReadOnlyObservableGroupedCollection.cs
@@ -58,7 +58,7 @@ static void ThrowNotSupportedException()
58
"ReadOnlyObservableGroupedCollection<TKey, TValue> doesn't support operations on multiple items at once.\n" +
59
"If this exception was thrown, it likely means support for batched item updates has been added to the " +
60
"underlying ObservableCollection<T> type, and this implementation doesn't support that feature yet.\n" +
61
- "Please consider opening an issue in https://github.com/windows-toolkit/WindowsCommunityToolkit to report this.");
+ "Please consider opening an issue in https://aka.ms/windowstoolkit to report this.");
62
}
63
64
ThrowNotSupportedException();
0 commit comments