From 3cd8a291898cf48335d98348e37911e07965dfe5 Mon Sep 17 00:00:00 2001 From: Srishti-j18 Date: Sun, 17 Mar 2024 00:39:14 +0530 Subject: [PATCH] Added correct REST API link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa5940746..b3f914125 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The OneBusAway application suite's primary function is to share real-time public * [Sign-mode](https://github.com/OneBusAway/onebusaway-application-modules/wiki/Sign-Mode) - Same information as the standard web interface, but in a large format for large displays (e.g., large televisions) * A mobile-optimized version of the web interface for smart phone mobile browsers * A text-only version of the web interface for more-basic mobile browsers - * [OneBusAway REST API](http://developer.onebusaway.org/modules/onebusaway-application-modules/current/api/where/index.html) - A RESTful web-service that can be used to quickly write applications built on top of transit data. This API powers the following apps: + * [OneBusAway REST API]( https://developer.onebusaway.org/api/where) - A RESTful web-service that can be used to quickly write applications built on top of transit data. This API powers the following apps: * [OneBusAway iOS (iPhone)](https://github.com/OneBusAway/onebusaway-ios) * [OneBusAway Android](https://github.com/OneBusAway/onebusaway-android) * [OneBusAway Windows Phone](https://github.com/OneBusAway/onebusaway-windows-phone)