Skip to content

Commit e0f1cb3

Browse files
authored
Update Microsoft.Toolkit/Collections/ReadOnlyObservableGroupedCollection.cs
1 parent f71cd1a commit e0f1cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit/Collections/ReadOnlyObservableGroupedCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static void ThrowNotSupportedException()
5858
"ReadOnlyObservableGroupedCollection<TKey, TValue> doesn't support operations on multiple items at once.\n" +
5959
"If this exception was thrown, it likely means support for batched item updates has been added to the " +
6060
"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.");
61+
"Please consider opening an issue in https://aka.ms/windowstoolkit to report this.");
6262
}
6363

6464
ThrowNotSupportedException();

0 commit comments

Comments
 (0)