From 0becbe316e128b654b6713b14413146f84fad491 Mon Sep 17 00:00:00 2001 From: Florian Reuschel Date: Wed, 13 Apr 2016 20:29:22 +0200 Subject: [PATCH] updated link pointing to section about autoloading in composer documentation --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index a672f1ed..098b23ed 100755 --- a/installation.md +++ b/installation.md @@ -14,7 +14,7 @@ In your project root just run: composer require league/oauth2-server:5.0.0-RC2 {% endhighlight %} -Ensure that you’ve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading). +Ensure that you’ve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/01-basic-usage.md#autoloading). Depending on [which grant](/authorization-server/which-grant/) you are implementing you will need to implement a number of repository interfaces. Each grant documentation page lists which repositories are required, and each repository interface has it's own documentation page.