Skip to content

Commit a86cee6

Browse files
authored
Merge pull request #131 from 1Maxnet1/patch-1
Fix 404 Link
2 parents 24f4375 + 504b140 commit a86cee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routingpy/routers/valhalla.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def directions(
128128
):
129129
"""Get directions between an origin point and a destination point.
130130
131-
For more information, visit https://github.com/valhalla/valhalla/blob/master/docs/api/turn-by-turn/api-reference.md.
131+
For more information, visit https://github.com/valhalla/valhalla/blob/master/docs/docs/api/turn-by-turn/api-reference.md.
132132
133133
Use ``kwargs`` for any missing ``directions`` request options.
134134
@@ -513,7 +513,7 @@ def matrix(
513513
"""
514514
Gets travel distance and time for a matrix of origins and destinations.
515515
516-
For more information, visit https://github.com/valhalla/valhalla/blob/master/docs/api/matrix/api-reference.md.
516+
For more information, visit https://github.com/valhalla/valhalla/blob/master/docs/docs/api/matrix/api-reference.md.
517517
518518
Use ``kwargs`` for any missing ``matrix`` request options.
519519

0 commit comments

Comments
 (0)