diff --git a/python/code_quality/flake8/README.md b/python/code_quality/flake8/README.md
index d6db1e1aea4309cede785846c8f14154cecff0ce..2232eb7c770c1c80782edb9f298db60847b271cf 100644
--- a/python/code_quality/flake8/README.md
+++ b/python/code_quality/flake8/README.md
@@ -26,8 +26,8 @@ the maximum complexity to 10.
 
 1. Configure the `.flake8` file in your repository's root directory with your desired rules.
 2. Include the flake8 template in your CI/CD configuration (see quick use above).
-3. Customize the template if it's relevant.
-
+3. If you need to customize the job, check
+   the [jobs customization](https://docs.r2devops.io/get-started/use-templates/#job-templates-customization).
 ## Add a <a href="https://flake8.pycqa.org/"><img alt="Code style: Flake8" src="https://img.shields.io/badge/Flake8-checks-blue"></a> Badge to your project README.md
 
 To display the use of Flake8 in your project, you can add the following badge to your README.md: