Skip to content

Commit

Permalink
fix: change training_url redirect (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
firestack authored Oct 28, 2024
1 parent 2ffaa59 commit 3f78c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ config :skate,
"https://mbta.sharepoint.com/:b:/s/CTD/ER2vUlgzH_xMuNTwKZHsvb0B80yH5XIQFLX7A4e6crycMA?e=GwAHOn",
user_guide_url:
"https://mbta.sharepoint.com/:b:/s/CTD/EaGzb7ta6GtBjfwSiUiO014B7qVDfSEIkCWMlpqomH7_cA?e=BHOpjY",
training_url: "https://massdot.csod.com/GlobalSearch/search.aspx?s=&q=Skate"
training_url: "https://mbta.csod.com/GlobalSearch/search.aspx?s=&q=Skate"

config :skate, Schedule.CacheFile, cache_filename: nil

Expand Down

0 comments on commit 3f78c18

Please sign in to comment.