Skip to content

Commit

Permalink
Update routing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaakla authored Dec 23, 2016
1 parent ff4a13b commit 4c843d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ For minimal routing implementation, use our sample app code for different mobile

- [Sample app repository](https://github.com/CartoDB/mobile-android-samples)

- [`OfflineRoutingActivity.java`](https://github.com/CartoDB/mobile-android-samples/blob/master/AdvancedMapAndroid/app/src/main/java/com/carto/advancedmap/sections/other/OfflineRoutingActivity.java) parameter
- [`OfflineRoutingActivity.java`](https://github.com/CartoDB/mobile-android-samples/blob/master/AdvancedMapAndroid/app/src/main/java/com/carto/advancedmap/sections/routing/offline/OfflineRoutingActivity.java) parameter

- Xamarin (Android, iOS):

- [Sample app repository](https://github.com/CartoDB/mobile-dotnet-samples)

- [`OfflineRouting.cs`](https://github.com/CartoDB/mobile-dotnet-samples/blob/master/AdvancedMap.Droid/Sections/Other/OfflineRoutingActivity.cs) parameter
- [`OfflineRouting.cs`](https://github.com/CartoDB/mobile-dotnet-samples/blob/master/AdvancedMap.Droid/Sections/Routing/OfflineRouting/OfflineRoutingActivity.cs) parameter

### Example Procedure

Expand Down

2 comments on commit 4c843d7

@jaakla
Copy link
Contributor Author

@jaakla jaakla commented on 4c843d7 Dec 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@csobier @Nikituh fixed 2 outdated URLs in doc

@csobier
Copy link
Contributor

@csobier csobier commented on 4c843d7 Jan 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.