From 0a13c21e65be72b06d3288a4bcfd3490585019f8 Mon Sep 17 00:00:00 2001 From: Aaron Klish Date: Tue, 15 Dec 2020 11:12:51 -0600 Subject: [PATCH] Update Navi link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d72127599..4be0bc6eb1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Filtering, sorting, pagination, and text search are supported out of the box. Elide supports multiple data model mutations in a single request in either JSON-API or GraphQL. Create objects, add them to relationships, modify or delete together in a single atomic request. ## Analytic Query Support -Elide supports analytic queries against models crafted with its powerful semantic layer. Elide APIs work natively with [Yavin](https://github.com/yahoo/navi) to visualize, explore, and report on your data. +Elide supports analytic queries against models crafted with its powerful semantic layer. Elide APIs work natively with [Yavin](https://github.com/yahoo/yavin) to visualize, explore, and report on your data. ### Schema Introspection Explore, understand, and compose queries against your Elide API through generated Swagger documentation or GraphQL schema.