README.md in disco-0.4.2 vs README.md in disco-0.5.0
- old
+ new
@@ -192,10 +192,10 @@
```ruby
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
Disco uses high-performance matrix factorization.