Skip to content

Commit

Permalink
🐛 Fix URL of space indices related to JB2008
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
ronisbr committed Apr 18, 2024
1 parent 9a26c13 commit 4db52d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/space_index_sets/jb2008.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ end
############################################################################################

urls(::Type{JB2008}) = [
"http://sol.spacenvironment.net/jb2008/indices/DTCFILE.TXT"
"http://sol.spacenvironment.net/jb2008/indices/SOLFSMY.TXT"
"https://sol.spacenvironment.net/JB2008/indices/DTCFILE.TXT"
"https://sol.spacenvironment.net/JB2008/indices/SOLFSMY.TXT"
]

expiry_periods(::Type{JB2008}) = [Day(1), Day(1)]
Expand Down

0 comments on commit 4db52d3

Please sign in to comment.