From 8b5c4dd08a5be525b33319f9f23b3d40323dddb6 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 26 Aug 2024 17:22:08 -0700 Subject: [PATCH] Updated link [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75d2da0..4c46d7d 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ json = File.read("recommender.json") recommender = Disco::Recommender.load_json(json) ``` -Alternatively, you can store only the factors and use a library like [Neighbor](https://github.com/ankane/neighbor). See the [examples](https://github.com/ankane/neighbor/tree/master/examples). +Alternatively, you can store only the factors and use a library like [Neighbor](https://github.com/ankane/neighbor). See the [examples](https://github.com/ankane/neighbor/tree/master/examples/disco). ## Algorithms