Skip to content

Commit 82a2b70

Browse files
update to internal commit 225cdb93
1 parent f6e00cf commit 82a2b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/maui/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In the **NuGet Package Manager>Manage Packages for Solution** of your project, s
6868

6969
### Visual Studio for Windows
7070

71-
You have to Add the library via the project file and do some additional steps to complete the installation.
71+
You need to add the library via the project file and complete additional steps for the installation.
7272

7373
1. Add the library in the project file:
7474

@@ -221,7 +221,7 @@ public partial class MainPage : ContentPage, ILicenseVerificationListener, ICapt
221221

222222
### Add the CameraView in the Main Page
223223

224-
In the **MainPage.xaml**, add the `CameraView` and `Label` controls:
224+
In the **MainPage.xaml**, add the [`CameraView`]({{ site.dce_maui_api }}camera-view.html) and `Label` controls:
225225

226226
```xml
227227
<?xml version="1.0" encoding="utf-8" ?>

0 commit comments

Comments
 (0)