diff --git a/README.md b/README.md index e1e7d57d67..c00a4c102c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Documentation ============= Full documentation can be found at [readthedocs](http://pvlib-python.readthedocs.io/en/stable/), -including an [FAQ](http://pvlib-python.readthedocs.io/en/stable/user_guide/faq.html) page. +including an [FAQ](https://pvlib-python.readthedocs.io/en/stable/user_guide/extras/faq.html) page. Installation ============ diff --git a/docs/sphinx/source/whatsnew/v0.13.1.rst b/docs/sphinx/source/whatsnew/v0.13.1.rst index 9a817f27bb..cf591f7d0b 100644 --- a/docs/sphinx/source/whatsnew/v0.13.1.rst +++ b/docs/sphinx/source/whatsnew/v0.13.1.rst @@ -38,8 +38,9 @@ Requirements Maintenance ~~~~~~~~~~~ +* Fix FAQ URL in ``README.md``. (:pull:`2488`) Contributors ~~~~~~~~~~~~ - +* Elijah Passmore (:ghuser:`eljpsm`)