1
0
Fork 0

Rename handling private packages page to better reflect content

pull/9250/head
Frank Prins 2020-10-05 21:11:16 +02:00
parent 2afd7e5913
commit 78f9dd73ce
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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).