Update README.md

This commit is contained in:
Iwo Herka 2018-07-11 11:18:07 +00:00 committed by GitHub
parent 92070bfe18
commit e9e6712cb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
## Django EAV 2 - Entity-Attribute-Value storage for Django
Django EAV 2 is a fork of django-eav (which itself was derived from eav-django).
You can find documentation <a href="http://django-eav-2.rtfd.io">here</a>.
You can find documentation <a href="https://django-eav-2.readthedocs.io/en/improvement-docs/">here</a>.
## Installation
You can install **django-eav2** from three sources:
@ -65,4 +65,4 @@ Supplier.objects.filter(eav__city='London')
# = <EavQuerySet [<Supplier: Supplier object (1)>]>
```
### What next? Check out <a href="http://django-eav-2.rtfd.io">documentation</a>.
### What next? Check out <a href="https://django-eav-2.readthedocs.io/en/improvement-docs/">documentation</a>.