From b0a7c2612df3974fa2940e9e874ad1ded3508508 Mon Sep 17 00:00:00 2001 From: Olav Morken Date: Sun, 10 May 2015 20:32:10 +0200 Subject: [PATCH] Fix link to Composer\Installer\InstallerInterface. The link was pointing to Composer\Plugin\PluginInterface since commit 98e5eab. Fix the link by updating the reference from `[3]` to `[4]`. --- doc/articles/custom-installers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/custom-installers.md b/doc/articles/custom-installers.md index 98a9a2212..5cf93a9e7 100644 --- a/doc/articles/custom-installers.md +++ b/doc/articles/custom-installers.md @@ -51,7 +51,7 @@ An example composer.json of such a template package would be: ## Creating an Installer A Custom Installer is defined as a class that implements the -[`Composer\Installer\InstallerInterface`][3] and is usually distributed in a +[`Composer\Installer\InstallerInterface`][4] and is usually distributed in a Composer Plugin. A basic Installer Plugin would thus compose of three files: