Skip to content

Commit f1eca6e

Browse files
authored
Fix NASA API url
1 parent 75c437b commit f1eca6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solposx/solarposition/nasa_horizons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def nasa_horizons(latitude, longitude, start, end, elevation=0.,
5656
.. [1] `NASA Horizons Systems
5757
<https://ssd.jpl.nasa.gov/horizons/>`_
5858
.. [2] `NASA Horizons API
59-
<https://ssd-api.jpl.nasa.gov/doc/horizons.html/>`_
59+
<https://ssd-api.jpl.nasa.gov/doc/horizons.html>`_
6060
"""
6161
params = {
6262
"MAKE_EPHEM": "YES", # generate ephemeris

0 commit comments

Comments
 (0)