diff --git a/.github/DEVELOPMENT.md b/.github/DEVELOPMENT.md index 30a003b8e07e..c057ddcc4220 100644 --- a/.github/DEVELOPMENT.md +++ b/.github/DEVELOPMENT.md @@ -1,6 +1,6 @@ # Development Guide -This page contains steps to build and run the .NET MAUI repository from source. If you are looking to build apps with .NET MAUI please head over to the [.NET MAUI documentation](https://docs.microsoft.com/dotnet/maui) to get started. +This page contains steps to build and run the .NET MAUI repository from source. If you are looking to build apps with .NET MAUI please head over to the links in the [README](https://github.com/dotnet/maui/blob/main/README.md) to get started. ## Requirements diff --git a/README.md b/README.md index 6e37d28256ed..4c6aa37384fb 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,4 @@ Do you have questions? Do not worry, we have prepared a complete [FAQ](https://g Some of the best ways to [contribute](./.github/CONTRIBUTING.md) are to try things out, file issues, join in design conversations, and make pull-requests. Proposals for changes specific to MAUI can be found [here for discussion](https://github.com/dotnet/maui/issues). -See [CONTRIBUTING](./.github/CONTRIBUTING.md) - -## Code of conduct - -See [CODE-OF-CONDUCT](./.github/CODE_OF_CONDUCT.md) +See [CONTRIBUTING](./.github/CONTRIBUTING.md), [CODE-OF-CONDUCT](./.github/CODE_OF_CONDUCT.md) and the [Development Guide](./.github/DEVELOPMENT.md).