Skip to content

Commit c996c00

Browse files
authored
Correctly link to the index.md at the same level (#522)
1 parent 2726909 commit c996c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/maui/native-library-interop/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Install prerequisites:
3131
3232
## Create a new binding
3333

34-
The easiest way to get started with creating a new binding is by cloning the **template** in the **[Maui.NativeLibraryInterop](https://github.com/CommunityToolkit/Maui.NativeLibraryInterop)** repo and making modifications from there. To better understand the full scope of how Maui.NativeLibraryInterop is currently set up, read more in the [overview documentation](../index.md).
34+
The easiest way to get started with creating a new binding is by cloning the **template** in the **[Maui.NativeLibraryInterop](https://github.com/CommunityToolkit/Maui.NativeLibraryInterop)** repo and making modifications from there. To better understand the full scope of how Maui.NativeLibraryInterop is currently set up, read more in the [overview documentation](./index.md).
3535

3636
### Set up the .NET binding libraries
3737

0 commit comments

Comments
 (0)