From 5fd990acef4cc94eefca381c68643cefdee54cac Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Fri, 9 Feb 2018 18:26:48 -0500 Subject: [PATCH] docs: fix typo in extending link --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b2189449..7399fcf1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ # semantic-release documentation - [Usage](usage/README.md) - **semantic-release** installation and configuration -- [Extending][extending/README.md]- Extending **semantic-release** with plugins and shareable configurations +- [Extending](extending/README.md)- Extending **semantic-release** with plugins and shareable configurations - [Recipes](recipes/README.md) - Community written recipes for common **semantic-release** use-cases - [Developer Guide](developer-guide/README.md) - The essentials of writing a **semantic-release** plugin or shareable configurations - [Resources](resources.md) - Videos, articles and tutorials