From d410763d8d4f5874113c9ad32edd9354c4e5589a Mon Sep 17 00:00:00 2001
From: Aviskar KC <aviskarkc10@gmail.com>
Date: Thu, 6 Jun 2019 13:18:09 +0545
Subject: [PATCH] Add link to the pyproject.toml for setting up pre-commit hook
 (#885)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 76b7d7c..c9039aa 100644
--- a/README.md
+++ b/README.md
@@ -910,7 +910,7 @@ Then run `pre-commit install` and you're ready to go.
 
 Avoid using `args` in the hook.  Instead, store necessary configuration
 in `pyproject.toml` so that editors and command-line usage of Black all
-behave consistently for your project.  See *Black*'s own `pyproject.toml`
+behave consistently for your project.  See *Black*'s own [pyproject.toml](/pyproject.toml)
 for an example.
 
 If you're already using Python 3.7, switch the `language_version`
-- 
2.39.5