From e8e5cb2ae2e94bfc336d7fc445b52ae64e2f2b45 Mon Sep 17 00:00:00 2001 From: federico Tartarini Date: Thu, 14 Mar 2024 13:47:55 +1030 Subject: [PATCH] docs: changed link to UTCI website --- AUTHORS.rst | 2 +- pythermalcomfort/models/utci.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 08c7bbc..bac1f7d 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -22,4 +22,4 @@ Authors .. _pythermalcomfort: https://pypi.org/project/pythermalcomfort/ .. _CBE Comfort Tool: https://comfort.cbe.berkeley.edu .. _ladybug-comfort: https://pypi.org/project/ladybug-comfort/ -.. _UTCI: http://www.utci.org/index.php +.. _UTCI: https://www.utci.org/ diff --git a/pythermalcomfort/models/utci.py b/pythermalcomfort/models/utci.py index 8cd41f4..381f1ea 100644 --- a/pythermalcomfort/models/utci.py +++ b/pythermalcomfort/models/utci.py @@ -52,7 +52,7 @@ def utci(tdb, tr, v, rh, units="SI", return_stress_category=False, limit_inputs= You can use this function to calculate the Universal Thermal Climate Index (`UTCI`) The applicability wind speed value must be between 0.5 and 17 m/s. - .. _UTCI: http://www.utci.org/utcineu/utcineu.php + .. _UTCI: https://www.utci.org/ Examples --------