From d044022ca1c7999d50a0278ec8b1816b5f95b3c5 Mon Sep 17 00:00:00 2001 From: Dilshaad21 Date: Sat, 7 Sep 2019 16:53:09 +0530 Subject: [PATCH] Writing_Linter_Bears.rst: Fix broken link This solves the broken link issue Change Dive into python --> Closes https://github.com/coala/coala/issues/5944 --- docs/Developers/Writing_Linter_Bears.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developers/Writing_Linter_Bears.rst b/docs/Developers/Writing_Linter_Bears.rst index 3327fefb8f..141193340f 100644 --- a/docs/Developers/Writing_Linter_Bears.rst +++ b/docs/Developers/Writing_Linter_Bears.rst @@ -146,7 +146,7 @@ For the exact list of named groups ``@linter`` recognizes, see the `API documentation `__. Please refer to `Python3 re module `_ -and `Dive into python `_ +and `Dive into python `_ for information about regular expressions. Let's brush up our ``output_regex`` a bit to use even more information: