Commit 69fcc47e30aa5f445ccdccd726aeb31a0406ee52
1 parent
7f724c21
Exists in
master
and in
21 other branches
Fixed markdown
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -683,7 +683,7 @@ end |
683 | 683 | |
684 | 684 | Reindex conditionally |
685 | 685 | |
686 | -**Note:** Use with caution - (transaction rollbacks can cause data inconstencies)[https://github.com/elasticsearch/elasticsearch-rails/blob/master/elasticsearch-model/README.md#custom-callbacks] with this feature | |
686 | +**Note:** Use with caution - [transaction rollbacks can cause data inconstencies](https://github.com/elasticsearch/elasticsearch-rails/blob/master/elasticsearch-model/README.md#custom-callbacks) with this feature | |
687 | 687 | |
688 | 688 | ```ruby |
689 | 689 | class Product < ActiveRecord::Base | ... | ... |