Skip to content

Commit 55d4760

Browse files
committed
Fixing broken links
1 parent 85c14cd commit 55d4760

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ handle certain data formats. Find an outline of these options here:
252252
(more details) and CartoDB Dark Matter (black to focus colored
253253
routes/cluster). Additional custom map tiles can be added via
254254
`--custom_map_tile [CUSTOM_MAP_TILE]`. An overview can be found here:
255-
https://deparkes.co.uk/2016/06/10/folium-map-tiles/
255+
[folium-tiles][folium-tiles].
256256
- Custom tile providers can even be used by supplying them in the format
257257
`"<tile-url>,<layer-name>,<attribution>"`.
258258
Example:
@@ -261,7 +261,7 @@ handle certain data formats. Find an outline of these options here:
261261
--custom_map_tile "https://{s}.basemaps.cartocdn.com/dark_nolabels/{z}/{x}/{y}{r}.png,DarkMatter no labels,OpenStreetMap authors"
262262
```
263263
264-
(an overview of custom tile providers can be found [here](custom-layers))
264+
(an overview of custom tile providers can be found [here][custom-layers])
265265
- `--jpath_x` & `--jpath_y`:
266266
`nextplot` expects to find arrays of points or indices, if a path like
267267
`state.drivers[*].geometry.coordinates` is given. I.e., either
@@ -300,9 +300,9 @@ handle certain data formats. Find an outline of these options here:
300300
If provided, statistics will be written to the given file in addition to
301301
stdout.
302302
- `rk_bin` (route only):
303-
Path to the [go-routingkit](go-rk) standalone binary. Alternatively,
303+
Path to the [go-routingkit][go-rk] standalone binary. Alternatively,
304304
`routingkit` command will be used at default (requires go-routingkit
305-
[installation](go-rk-install)).
305+
[installation][go-rk-install]).
306306
- `rk_osm` (route only):
307307
Path to the OpenStreetMap data file to be used for routing. All points must be
308308
contained within the region of the file. This file is mandatory when using
@@ -316,3 +316,4 @@ handle certain data formats. Find an outline of these options here:
316316
[go-rk]: https://github.com/nextmv-io/go-routingkit/tree/stable/cmd/routingkit
317317
[go-rk-install]: https://github.com/nextmv-io/go-routingkit/tree/stable/cmd/routingkit#install
318318
[custom-layers]: http://leaflet-extras.github.io/leaflet-providers/preview/
319+
[folium-tiles]: https://deparkes.co.uk/2016/06/10/folium-map-tiles/

0 commit comments

Comments
 (0)