fix link to documentation in README.md

redirect to the main page instead, as there's no mention of "improvement docs" anymore

also replace `<hr><br>` with markdown's native `---`
This commit is contained in:
Tomáš Mládek 2021-08-23 14:24:10 +02:00 committed by GitHub
parent ac05b63690
commit 3f5aa35dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,10 +138,9 @@ Supplier.objects.filter(eav__city='London')
# = <EavQuerySet [<Supplier: Supplier object (1)>]>
```
### What next? Check out <a href="https://django-eav2.readthedocs.io/en/improvement-docs/">documentation</a>.
**What next? Check out the <a href="https://django-eav2.readthedocs.io/en/latest/#documentation">documentation</a>.**
<hr>
<br>
---
### References