diff --git a/README.md b/README.md index 0f7d494..b0619c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Umbraco UI Examples -**The version for Umbraco 14 is currently under development. Refer to src\Our.Umbraco.UiExamples.v14\Readme.md for instructions on how to get started with dev.** +**The version for Umbraco 14 is currently under development. Refer to [src\Our.Umbraco.UiExamples.v14\Readme.md](https://github.com/umbraco/UI-Examples/tree/dev/v14/src/Our.Umbraco.UiExamples.v14) for instructions on how to get started with dev.** UI Examples is a package that adds a new 'UI Examples' section to your Umbraco instance with working examples of how to customise the backoffice. During installation the Administrators user group will be given access to the section. diff --git a/src/Our.Umbraco.UiExamples.v14/Readme.md b/src/Our.Umbraco.UiExamples.v14/Readme.md index ac6a563..777030b 100644 --- a/src/Our.Umbraco.UiExamples.v14/Readme.md +++ b/src/Our.Umbraco.UiExamples.v14/Readme.md @@ -18,3 +18,6 @@ In a separate terminal window, to run the umbraco project, open the path /sample run `dotnet run` You can then launch the umbraco solution and should see the new back office section. + +> [!NOTE] +> For a more general introduction into getting started with development for v14, please read the [Umbraco Documentation](https://docs.umbraco.com/umbraco-backoffice/)