From 8298105e3ba9fa33d72a36a0f15cf1bf38cb83b8 Mon Sep 17 00:00:00 2001 From: Loren Siebert Date: Thu, 1 Nov 2018 09:18:52 -0700 Subject: [PATCH] Update README.md to link to migration blog post --- elasticsearch-persistence/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch-persistence/README.md b/elasticsearch-persistence/README.md index cf4856536..b58e9f026 100644 --- a/elasticsearch-persistence/README.md +++ b/elasticsearch-persistence/README.md @@ -568,7 +568,7 @@ and demonstrates a rich set of features: ### The ActiveRecord Pattern The ActiveRecord pattern has been deprecated as of version 6.0.0 of this gem. Please use the -[Repository Pattern](#the-repository-pattern) instead. +[Repository Pattern](#the-repository-pattern) instead. For more information on migrating 5.x ActiveRecord-based applications to use the Repository Pattern, please see [this blog post](https://www.elastic.co/blog/activerecord-to-repository-changing-persistence-patterns-with-the-elasticsearch-rails-gem). ## License