Skip to content

Commit

Permalink
fix: Broken links (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaSimon authored Jan 7, 2025
1 parent fe58df9 commit 5d960ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api_web/lib/api_web/swagger_helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ defmodule ApiWeb.SwaggerHelpers do
@spec carriages_description() :: String.t()
def carriages_description do
"""
Carriage-level crowding details. See [GTFS-realtime multi_carriage_details](https://gtfs.org/realtime/reference/#message-CarriageDetails).
Carriage-level crowding details. See [GTFS-realtime multi_carriage_details](https://gtfs.org/documentation/realtime/reference/#message-carriagedetails).
"""
end

Expand Down Expand Up @@ -141,7 +141,7 @@ defmodule ApiWeb.SwaggerHelpers do
:query,
:string,
"""
Filter by route_type: https://developers.google.com/transit/gtfs/reference/routes-file.
Filter by route_type: https://gtfs.org/documentation/schedule/reference/#routestxt.
Multiple `route_type` #{comma_separated_list()}.
Expand Down

0 comments on commit 5d960ec

Please sign in to comment.