mirror of
https://github.com/searxng/searxng.git
synced 2025-02-20 12:20:04 +00:00
[fix] broken link in the doc-strings of the json engine
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
f4250b6d40
commit
a05aa81d79
@ -384,7 +384,7 @@ def extract_response_info(result):
|
||||
|
||||
|
||||
def response(resp):
|
||||
'''Scrap *results* from the response (see :ref:`engine results`).'''
|
||||
'''Scrap *results* from the response (see :ref:`result types`).'''
|
||||
results = []
|
||||
|
||||
if no_result_for_http_status and resp.status_code in no_result_for_http_status:
|
||||
|
Loading…
Reference in New Issue
Block a user