Skip to content

Commit 15093d9

Browse files
author
Jakob Stolze
committed
feat: update example links
Now pointing to openrouteservice.org
1 parent 29288b3 commit 15093d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vitepress/config.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ export default defineVersionedConfig(__dirname, {
5252
{
5353
text: 'Examples',
5454
items: [
55-
{ text: 'Avoid construction sites dynamically', link: 'docs/examples/Avoid_ConstructionSites' },
56-
{ text: 'Dieselgate Routing', link: 'docs/examples/Dieselgate_Routing' },
57-
{ text: 'Route optimization of pub crawl', link: 'docs/examples/ortools_pubcrawl' },
58-
{ text: 'Routing optimization in humanitarian context', link: 'docs/examples/Routing_Optimization_Idai' }
55+
{ text: 'Avoid construction sites dynamically', link: 'https://openrouteservice.org/example-avoid-obstacles-while-routing/' },
56+
{ text: 'Dieselgate Routing', link: 'https://openrouteservice.org/dieselgate-avoid-berlin-banned-diesel-streets/' },
57+
{ text: 'Route optimization of pub crawl', link: 'https://openrouteservice.org/example-optimize-pub-crawl-with-ors/' },
58+
{ text: 'Routing optimization in humanitarian context', link: 'https://openrouteservice.org/disaster-optimization/' }
5959
]
6060
},
6161
],

0 commit comments

Comments
 (0)