mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
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:
parent
ac05b63690
commit
3f5aa35dd7
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue