1
0
Fork 0

Fix the example link for the list endpoint

The autolinking from GFM does not include the * char in the link. Using an explicit link in the markdown fixes it.
pull/9101/head
Christophe Coevoet 2020-08-03 12:35:04 +02:00 committed by GitHub
parent 60a07867a3
commit f1ba37bf8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,4 +80,4 @@ The providers-api is optional, but if you implement it it should return packages
This is also optional, it should accept an optional `?filter=xx` query param, which can contain `*` as wildcards matching any substring.
It must return an array of package names as `{"packageNames": ["a/b", "c/d"]}`. See https://packagist.org/packages/list.json?filter=composer/* for example.
It must return an array of package names as `{"packageNames": ["a/b", "c/d"]}`. See <https://packagist.org/packages/list.json?filter=composer/*> for example.