diff --git a/UPGRADE-2.0.md b/UPGRADE-2.0.md index df2b41359..c4635814d 100644 --- a/UPGRADE-2.0.md +++ b/UPGRADE-2.0.md @@ -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 for example.