Skip to content

Commit 3694e78

Browse files
CopilotPureWeen
andcommitted
Fix broken links in copilot-instructions.md and docs/README.md
Co-authored-by: PureWeen <[email protected]>
1 parent b583c0c commit 3694e78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ dotnet format analyzers Microsoft.Maui.sln
309309

310310
## Additional Resources
311311

312-
- [Development Guide](.github/DEVELOPMENT.md)
313-
- [Development Tips](docs/DevelopmentTips.md)
314-
- [Contributing Guidelines](.github/CONTRIBUTING.md)
312+
- [Development Guide](/.github/DEVELOPMENT.md)
313+
- [Development Tips](/docs/DevelopmentTips.md)
314+
- [Contributing Guidelines](/.github/CONTRIBUTING.md)
315315
- [Testing Wiki](https://github.com/dotnet/maui/wiki/Testing)
316316
- [.NET MAUI Documentation](https://docs.microsoft.com/dotnet/maui)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributor documentation
44
The primary audience for documentation in this folder is contributors to .NET MAUI.
55
If you are looking for documentation on how to *use* .NET MAUI, go to <https://docs.microsoft.com/dotnet/maui/>.
66

7-
<!--TODO: >> :bulb: If you're a new contributor looking to set up the repo locally, the [build from source documentation](BuildFromSource.md) is the best place to start.-->
7+
<!--TODO: >> :bulb: If you're a new contributor looking to set up the repo locally, the [build from source documentation](/.github/DEVELOPMENT.md) is the best place to start.-->
88

99
The table below outlines the different docs in this folder and what they are helpful for.
1010

0 commit comments

Comments
 (0)