From 20cdfd09ae35f460f45162d0653c165c1c2de637 Mon Sep 17 00:00:00 2001 From: Sonja Leaf Date: Fri, 15 Dec 2017 12:33:31 -0600 Subject: [PATCH] Corrects documentation link by removing space There was an extra space lurking that prevented a link from rendering. The space is now removed. --- doc/articles/troubleshooting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index 22e5dacc6..7bce67d29 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -76,8 +76,7 @@ This is a list of common pitfalls on using Composer, and how to avoid them. ## I have a dependency which contains a "repositories" definition in its composer.json, but it seems to be ignored. -The [`repositories`](../04-schema.md#repositories) configuration property is defined as [root-only] -(../04-schema.md#root-package). It is not inherited. You can read more about the reasons behind this in the "[why can't +The [`repositories`](../04-schema.md#repositories) configuration property is defined as [root-only](../04-schema.md#root-package). It is not inherited. You can read more about the reasons behind this in the "[why can't composer load repositories recursively?](../faqs/why-can't-composer-load-repositories-recursively.md)" article. The simplest work-around to this limitation, is moving or duplicating the `repositories` definition into your root composer.json.