From 9520c2c2178a1e70321388c82abc9c5fcd359de9 Mon Sep 17 00:00:00 2001 From: workgroupengineering Date: Thu, 7 Sep 2023 21:56:23 +0200 Subject: [PATCH] fix: PULL_REQUEST_TEMPLATE.md docs link (#12815) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2f63750cdc..a239a6076e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,7 +18,7 @@ - [ ] Added unit tests (if possible)? - [ ] Added XML documentation to any related classes? -- [ ] Consider submitting a PR to https://github.com/AvaloniaUI/Documentation with user documentation +- [ ] Consider submitting a PR to https://github.com/AvaloniaUI/avalonia-docs with user documentation ## Breaking changes