浏览代码

Merge pull request #8604 from abdounikarim/patch-1

Update 01-basic-usage.md
Jordi Boggiano 5 年之前
父节点
当前提交
f26c6d9773
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      doc/01-basic-usage.md

+ 2 - 1
doc/01-basic-usage.md

@@ -248,7 +248,8 @@ php composer.phar dump-autoload
 ```
 ```
 
 
 This command will re-generate the `vendor/autoload.php` file.
 This command will re-generate the `vendor/autoload.php` file.
-See the [`dump-autoload`](03-cli.md#dump-autoload) section for more information.
+See the [`dump-autoload`](03-cli.md#dump-autoload-dumpautoload-) section for
+more information.
 
 
 Including that file will also return the autoloader instance, so you can store
 Including that file will also return the autoloader instance, so you can store
 the return value of the include call in a variable and add more namespaces.
 the return value of the include call in a variable and add more namespaces.