From e06ac6b7866a142347bbb0a33cb2f6afa07634ff Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Fri, 5 Apr 2019 14:39:51 -0700 Subject: [PATCH] Replaced build-time link --- .../wpf-grid-row-size-allocation-with-collapsed-element.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/compatibility/wpf-grid-row-size-allocation-with-collapsed-element.md b/Documentation/compatibility/wpf-grid-row-size-allocation-with-collapsed-element.md index c232ad0..0043839 100644 --- a/Documentation/compatibility/wpf-grid-row-size-allocation-with-collapsed-element.md +++ b/Documentation/compatibility/wpf-grid-row-size-allocation-with-collapsed-element.md @@ -10,7 +10,7 @@ Major NotPlanned ### Change Description -Fixed a bug in the [algorithm for allocating sizes to \*-rows](wpf-grid-allocation-of-space-to-star-columns.md) in a introduced in .NET Framework 4.7. In some cases, such as a Grid with `Height="Auto"` containing empty rows, rows were arranged at the wrong position, possibly outside the Grid altogether. +Fixed a bug in the [algorithm for allocating sizes to *-rows](https://github.com/Microsoft/dotnet/blob/master/Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md)) in a introduced in .NET Framework 4.7. In some cases, such as a Grid with `Height="Auto"` containing empty rows, rows were arranged at the wrong position, possibly outside the Grid altogether. - [ ] Quirked - [ ] Build-time break