From 86383d484f8a9dd736ad76d05a2c787d0b79b647 Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Sun, 17 Nov 2024 10:39:36 +0100 Subject: [PATCH] chore: Update PULL_REQUEST_TEMPLATE.md --- .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 b47043d6d..f52409c90 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,7 +25,7 @@ To check an item, place an "x" in the box like so: "- [x] Documentation" Remove items that are irrelevant to your changes. --> -- [ ] Documentation updated ([example](https://github.com/pmndrs/drei/blob/master/README.md#example)) +- [ ] Documentation updated ([example](https://github.com/pmndrs/drei/blob/master/docs/misc/example.mdx?plain=1)) - [ ] Storybook entry added ([example](https://github.com/pmndrs/drei/blob/master/.storybook/stories/Example.stories.tsx)) - [ ] Ready to be merged