diff --git a/doc/02-libraries.md b/doc/02-libraries.md index 163c6887e..d535a78b6 100644 --- a/doc/02-libraries.md +++ b/doc/02-libraries.md @@ -129,7 +129,7 @@ We do this by adding a package repository specification to the blog's } For more details on how package repositories work and what other types are -available, see [Repositories]. +available, see [Repositories](05-repositories). That's all. You can now install the dependencies by running composer's `install` command! diff --git a/doc/03-cli.md b/doc/03-cli.md index 911b0677b..7cfb28068 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -5,7 +5,7 @@ things. This chapter documents all the available commands. ## init -In the [Libraries] chapter we looked at how to create a `composer.json` by +In the [Libraries](02-libraries) chapter we looked at how to create a `composer.json` by hand. There is also an `init` command available that makes it a bit easier to do this. @@ -171,7 +171,7 @@ directory other than `vendor`. ### COMPOSER_BIN_DIR -By setting this option you can change the `bin` ([articles/vendor-bins.md]) +By setting this option you can change the `bin` ([Vendor Bins](articles/vendor-bins)) directory to something other than `vendor/bin`. ### COMPOSER_PROCESS_TIMEOUT diff --git a/doc/04-schema.md b/doc/04-schema.md index eb1ad83bd..0572da36f 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -396,6 +396,6 @@ Optional. A set of files that should be treated as binaries and symlinked into the `bin- dir` (from config). -See [articles/vendor-bins.md] for more details. +See (Vendor Bins)[articles/vendor-bins] for more details. Optional. diff --git a/doc/articles/packagist-update-schedule.md b/doc/articles/packagist-update-schedule.md index 865e48a44..d5daedf30 100644 --- a/doc/articles/packagist-update-schedule.md +++ b/doc/articles/packagist-update-schedule.md @@ -19,4 +19,7 @@ indexer ran. ## Can Packagist be triggered to recrawl a package (on commit or by other means)? -Not yet. :) See [#84](https://github.com/composer/packagist/issues/84). \ No newline at end of file +Yes, you can click the "Force update" button on your package page if you are +logged in as a maintainer. The recommended way is to set up the GitHub hook, +you can find the URL and instructions on your Packagist +[profile](http://packagist.org/profile/) page. diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index a866a3976..ade1551cc 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -1,3 +1,6 @@ + # Scripts ## What is a script?