Skip to content

Commit 3d424e3

Browse files
Merge pull request #48796 from adegeo/fix-links
Fix links in MVVM module
2 parents 966640c + d12cbdd commit 3d424e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

learn-pr/dot-net-maui/design-mvvm-viewmodel/includes/4-exercise-manage-selection-with-viewmodel.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ For our exercise, we briefly leave behind the example of the human resources app
55
## Open the starter solution
66

77
1. Clone or download the [exercise repo](https://github.com/MicrosoftDocs/mslearn-dotnetmaui-mvvm1).
8-
1. Download and extract the [Movie List Sample](https://github.com/MicrosoftDocs/mslearn-dotnetmaui-mvvm1/raw/main/part4-exercise-start.zip) project to a temporary folder.
98
1. Navigate to the *part4-exercise1* folder and open the *MovieCatalog.sln* solution.
109
1. Build and run the project to make sure it works. You should see a list of movies displayed on the screen. Select one of the movies in the list and the app navigates to a detail page.
1110

learn-pr/dot-net-maui/design-mvvm-viewmodel/includes/6-exercise-convert-event-command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ In this exercise, swap back to the "movie list" app you worked with in the previ
44

55
[!include[](../../../includes/android-windows-path-length-warning-maui.md)]
66

7-
To start this exercise module, download the [Movie List Sample](https://github.com/MicrosoftDocs/mslearn-dotnetmaui-mvvm1/raw/main/part6-exercise-start.zip) project. This project displays a list of movies. Clicking on a movie navigates to a detail page with more information about the movie.
7+
This project displays a list of movies. Clicking on a movie navigates to a detail page with more information about the movie.
88

9-
1. Download and extract the [Movie List Sample](https://github.com/MicrosoftDocs/mslearn-dotnetmaui-mvvm1/raw/main/part6-exercise-start.zip) project to a temporary folder.
9+
1. Clone or download the [exercise repo](https://github.com/MicrosoftDocs/mslearn-dotnetmaui-mvvm1).
1010
1. Navigate to the *part6-exercise2* folder and open the *MovieCatalog.sln* solution.
1111
1. Build and run the project to make sure it works. When the screen is displayed, you should see a list of movies. Right-click on one of the listed movies and the app navigates to a detail page.
1212

0 commit comments

Comments
 (0)