diff --git a/pvlib/iotools/bsrn.py b/pvlib/iotools/bsrn.py
index d45e2cf688..a1280f7c21 100644
--- a/pvlib/iotools/bsrn.py
+++ b/pvlib/iotools/bsrn.py
@@ -146,13 +146,13 @@ def get_bsrn(station, start, end, username, password,
.. [1] `World Radiation Monitoring Center - Baseline Surface Radiation
Network (BSRN)
`_
- .. [2] `BSRN Data Retrieval via FTP
- `_
- .. [3] `BSRN Data Release Guidelines
- `_
- .. [4] `Update of the Technical Plan for BSRN Data Management, 2013,
+ .. [2] `Update of the Technical Plan for BSRN Data Management, 2013,
Global Climate Observing System (GCOS) GCOS-174.
`_
+ .. [3] `BSRN Data Retrieval via FTP
+ `_
+ .. [4] `BSRN Data Release Guidelines
+ `_
""" # noqa: E501
# The FTP server uses lowercase station abbreviations
station = station.lower()