Skip to content

Commit

Permalink
Fix matrix and turn-by-turn link
Browse files Browse the repository at this point in the history
  • Loading branch information
1Maxnet1 authored Jul 23, 2024
1 parent 980582f commit 504b140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routingpy/routers/valhalla.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def directions(
):
"""Get directions between an origin point and a destination point.
For more information, visit https://github.com/valhalla/valhalla/blob/master/docs/docs/api/matrix/api-reference.md.
For more information, visit https://github.com/valhalla/valhalla/blob/master/docs/docs/api/turn-by-turn/api-reference.md.
Use ``kwargs`` for any missing ``directions`` request options.
Expand Down Expand Up @@ -513,7 +513,7 @@ def matrix(
"""
Gets travel distance and time for a matrix of origins and destinations.
For more information, visit https://github.com/valhalla/valhalla/blob/master/docs/api/matrix/api-reference.md.
For more information, visit https://github.com/valhalla/valhalla/blob/master/docs/docs/api/matrix/api-reference.md.
Use ``kwargs`` for any missing ``matrix`` request options.
Expand Down

0 comments on commit 504b140

Please sign in to comment.