Skip to content

Commit

Permalink
Merge pull request #131 from 1Maxnet1/patch-1
Browse files Browse the repository at this point in the history
Fix 404 Link
  • Loading branch information
chrstnbwnkl authored Jul 23, 2024
2 parents 24f4375 + 504b140 commit a86cee6
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/api/turn-by-turn/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 a86cee6

Please sign in to comment.