From 3f5aa35dd7ea2b8de37657a408f4ba1228944a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Mon, 23 Aug 2021 14:24:10 +0200 Subject: [PATCH] fix link to documentation in README.md redirect to the main page instead, as there's no mention of "improvement docs" anymore also replace `

` with markdown's native `---` --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b15e633..dbda645 100644 --- a/README.md +++ b/README.md @@ -138,10 +138,9 @@ Supplier.objects.filter(eav__city='London') # = ]> ``` -### What next? Check out documentation. +**What next? Check out the documentation.** -
-
+--- ### References