From d39ef77e6be5f1a24858d92018ea4ed7a38bd127 Mon Sep 17 00:00:00 2001 From: Vostretsov Nikita Date: Tue, 17 Sep 2019 06:34:33 +0000 Subject: [PATCH] add link to google description of lenght-based rule --- docs/topics/downloader-middleware.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index de5f72b80..9ce4293d2 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -1023,10 +1023,10 @@ Parsers vary in several aspects: * Support for wildcard matching -* Usage of length based rule: in particular for ``Allow`` and - ``Disallow`` directives, where the most specific rule based on the length of - the path trumps the less specific (shorter) rule - +* Usage of `length based rule `_: + in particular for ``Allow`` and ``Disallow`` directives, where the most + specific rule based on the length of the path trumps the less specific + (shorter) rule .. _protego-parser: