diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 8f372a60e..c7129a6c6 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -507,7 +507,7 @@ package repository definitions. It will fetch all the packages that are `require`d and dump a `packages.json` that is your `composer` repository. Check [the satis GitHub repository](https://github.com/composer/satis) and -the [handling private packages article](articles/handling-private-packages-with-satis.md) for more +the [handling private packages article](articles/handling-private-packages.md) for more information. ### Artifact diff --git a/doc/articles/authentication-for-private-packages.md b/doc/articles/authentication-for-private-packages.md index 05b1e1d27..3762465dd 100644 --- a/doc/articles/authentication-for-private-packages.md +++ b/doc/articles/authentication-for-private-packages.md @@ -4,7 +4,7 @@ # Authentication for privately hosted packages -Your [private package server](handling-private-packages-with-satis.md) is probably secured with one +Your [private package server](handling-private-packages.md) is probably secured with one or more authentication options. In order to allow your project to have access to these packages you will have to tell Composer how to authenticate with the server that hosts the package(s). diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages.md similarity index 100% rename from doc/articles/handling-private-packages-with-satis.md rename to doc/articles/handling-private-packages.md