From f1ba37bf8bc3815631b8169b7d29e70b430503d1 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 3 Aug 2020 12:35:04 +0200 Subject: [PATCH] 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. --- UPGRADE-2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.