From 5e6c8034442f86ac0a84ed7404a6ad2031c82b91 Mon Sep 17 00:00:00 2001 From: Elijah Passmore Date: Fri, 20 Jun 2025 19:03:29 +1200 Subject: [PATCH 1/4] Update FAQ URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e7d57d67..f37fe47ceb 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#faq) page. Installation ============ From a6e8deb28233e77e64500a279a58428a28346b21 Mon Sep 17 00:00:00 2001 From: Elijah Passmore Date: Fri, 20 Jun 2025 20:25:08 +1200 Subject: [PATCH 2/4] Update README.md Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f37fe47ceb..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](https://pvlib-python.readthedocs.io/en/stable/user_guide/extras/faq.html#faq) page. +including an [FAQ](https://pvlib-python.readthedocs.io/en/stable/user_guide/extras/faq.html) page. Installation ============ From 76b4466578ad846521c22f0a4c09e842cdbcf94a Mon Sep 17 00:00:00 2001 From: Elijah Passmore Date: Fri, 20 Jun 2025 20:30:35 +1200 Subject: [PATCH 3/4] Update whatsnew file --- docs/sphinx/source/whatsnew/v0.13.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.13.1.rst b/docs/sphinx/source/whatsnew/v0.13.1.rst index 9a817f27bb..ae6d6bdfe4 100644 --- a/docs/sphinx/source/whatsnew/v0.13.1.rst +++ b/docs/sphinx/source/whatsnew/v0.13.1.rst @@ -42,4 +42,4 @@ Maintenance Contributors ~~~~~~~~~~~~ - +* Elijah Passmore (:ghuser:`eljpsm`) From 64ba67adc8b4dc5908645a30013068ca40051e06 Mon Sep 17 00:00:00 2001 From: Elijah Passmore Date: Fri, 20 Jun 2025 20:41:15 +1200 Subject: [PATCH 4/4] Add change in whatsnew --- docs/sphinx/source/whatsnew/v0.13.1.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/source/whatsnew/v0.13.1.rst b/docs/sphinx/source/whatsnew/v0.13.1.rst index ae6d6bdfe4..cf591f7d0b 100644 --- a/docs/sphinx/source/whatsnew/v0.13.1.rst +++ b/docs/sphinx/source/whatsnew/v0.13.1.rst @@ -38,6 +38,7 @@ Requirements Maintenance ~~~~~~~~~~~ +* Fix FAQ URL in ``README.md``. (:pull:`2488`) Contributors