From 1a0dd1868e1ef3133d2e63b579fb939e984b63d8 Mon Sep 17 00:00:00 2001 From: Cristen Jones Date: Tue, 3 Dec 2024 17:37:41 -0500 Subject: [PATCH] Update README.md Reflect the new repo location --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ca0bc56..f67b355 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # OpenTripPlannerClient -[![Documentation](https://img.shields.io/badge/-Documentation-blueviolet)](http://github.thecristen.net/open_trip_planner_client/) +[![Documentation](https://img.shields.io/badge/-Documentation-blueviolet)](http://mbta.github.io/open_trip_planner_client/) ![Test, Docs, -Release](https://github.com/thecristen/open_trip_planner_client/workflows/Test,%20Docs,%20Release/badge.svg) +Release](https://github.com/mbta/open_trip_planner_client/workflows/Test,%20Docs,%20Release/badge.svg) [![Last -Updated](https://img.shields.io/github/last-commit/thecristen/open_trip_planner_client.svg)](https://github.com/thecristen/open_trip_planner_client/commits/main) +Updated](https://img.shields.io/github/last-commit/mbta/open_trip_planner_client.svg)](https://github.com/mbta/open_trip_planner_client/commits/main) Shared functionality for working with [OpenTripPlanner](https://docs.opentripplanner.org/en/v2.5.0/), curated to the @@ -23,8 +23,8 @@ def deps do [ %{:open_trip_planner_client, [ - github: "thecristen/open_trip_planner_client", - ref: "v0.9.4" + github: "mbta/open_trip_planner_client", + ref: "v0.11.1" ]} ] end @@ -73,9 +73,9 @@ The library simply won't export the helper. ## Usage Documentation is automatically generated with every -[release](https://github.com/thecristen/open_trip_planner_client/releases), and +[release](https://github.com/mbta/open_trip_planner_client/releases), and the latest docs are published on [Github -Pages](http://github.thecristen.net/open_trip_planner_client/). +Pages](http://mbta.github.io/open_trip_planner_client/). ### Trip planning