From 196dd7a7f7f91eedb69e83800d3deda2871144c8 Mon Sep 17 00:00:00 2001 From: Steve Lorello <42971704+slorello89@users.noreply.github.com> Date: Thu, 23 May 2024 14:06:31 -0400 Subject: [PATCH] Fixing tutorial link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2cd25a7..0a890ad3 100644 --- a/README.md +++ b/README.md @@ -411,7 +411,7 @@ customerAggregations.Apply(x => ApplyFunctions.GeoDistance(x.RecordShell.Home, - ## 📚 Documentation -This README just scratches the surface. You can find a full tutorial on the [Redis Developer Site](https://developer.redis.com/develop/dotnet/redis-om-dotnet/getting-started/). All the summary docs for this library can be found on the repo's [github page](https://redis.github.io/redis-om-dotnet/). +This README just scratches the surface. You can find a full tutorial on the [redis.io](https://redis.io/learn/develop/dotnet/redis-om-dotnet/add-and-retrieve-objects). All the summary docs for this library can be found on the repo's [github page](https://redis.github.io/redis-om-dotnet/). ## ⛏️ Troubleshooting