浏览代码

Fix: Update autoloading information

Andreas Möller 10 年之前
父节点
当前提交
edbbd9d7d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Packagist/WebBundle/Resources/views/Web/index.html.twig

+ 1 - 1
src/Packagist/WebBundle/Resources/views/Web/index.html.twig

@@ -36,7 +36,7 @@ curl -s http://getcomposer.org/installer | php
 php composer.phar install
 </pre>
                 <h2>Autoload Dependencies</h2>
-                <p>If all your packages follow the <a href="https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md">PSR-0</a> standard, you can autoload all the dependencies by adding this to your code:</p>
+                <p>If your packages specify <a href="https://getcomposer.org/doc/01-basic-usage.md#autoloading">autoloading information</a>, you can autoload all the dependencies by adding this to your code:</p>
                 <pre>
 require 'vendor/autoload.php';
 </pre>