Parcourir la source

Adjust docs path

Marcel Stör il y a 5 ans
Parent
commit
5514475ab0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/PULL_REQUEST_TEMPLATE.md

+ 1 - 1
.github/PULL_REQUEST_TEMPLATE.md

@@ -5,6 +5,6 @@ Make sure all boxes are checked (add x inside the brackets) when you submit your
 - [ ] This PR is for the `dev` branch rather than for `master`.
 - [ ] This PR is compliant with the [other contributing guidelines](https://github.com/nodemcu/nodemcu-firmware/blob/dev/CONTRIBUTING.md) as well (if not, please describe why).
 - [ ] I have thoroughly tested my contribution.
-- [ ] The code changes are reflected in the documentation at `docs/en/*`.
+- [ ] The code changes are reflected in the documentation at `docs/*`.
 
 \<Description of and rationale behind this PR\>