Skip to content

Commit 1e091ec

Browse files
docs: Apply suggestions from review
Co-authored-by: Alvin Ashcraft <[email protected]>
1 parent d686d8f commit 1e091ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hub/apps/get-started/uno-simple-photo-viewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ To bring this code-behind multi-platform, we should first move the following int
246246

247247
- Remove the manual modification of the `ImageGridView` control's `ItemsSource` property
248248

249-
- `ImageGridView_ContainerContentChanging` method: Used as part of a [strategy](https://learn.microsoft.com/windows/uwp/debug-test-perf/optimize-gridview-and-listview#update-listview-and-gridview-items-progressively) to progressively load `GridView` items as they are scrolled into view
249+
- `ImageGridView_ContainerContentChanging` method: Used as part of a [strategy](/windows/uwp/debug-test-perf/optimize-gridview-and-listview#update-listview-and-gridview-items-progressively) to progressively load `GridView` items as they are scrolled into view
250250

251251
- `ShowImage` method: Loads the image files into the `GridView`
252252

@@ -933,5 +933,5 @@ You can now build and run your app on any of the supported platforms. To do so,
933933
## See also
934934

935935
- [Uno Platform documentation](https://platform.uno/docs/articles/intro.html)
936-
- [Update ListView and GridView items progressively](https://learn.microsoft.com/windows/uwp/debug-test-perf/optimize-gridview-and-listview#update-listview-and-gridview-items-progressively)
936+
- [Update ListView and GridView items progressively](/windows/uwp/debug-test-perf/optimize-gridview-and-listview#update-listview-and-gridview-items-progressively)
937937
- [Simple photo viewer tutorial](../get-started/simple-photo-viewer-winui3.md)

0 commit comments

Comments
 (0)