diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 80a8855066b36274152a725dd8971fbfc9fab191..373ef55f024e09b8a3e0e8ba6382a6cf9c0cd62e 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -8,7 +8,7 @@ build:
   jobs:
     post_create_environment:
       # Install poetry
-      - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
+      - curl -sSL https://install.python-poetry.org | python -
       # Tell poetry to not use a virtual environment
       - $HOME/.poetry/bin/poetry config virtualenvs.create false
       # Install project's dependencies