Skip to content

Commit a27afca

Browse files
authored
Fix display URL for the package download stats example (#1511)
1 parent c4f5b9e commit a27afca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/api_doc/index.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ GET https://{{ packagist_host }}/packages/[vendor]/[package]/stats.json
340340
"date": "2022-09-15" # stats collection start date
341341
}
342342
</code></pre>
343-
<p>Working example: <code><a href="https://{{ packagist_host }}/packages/monolog/monolog/stats.json">https://{{ packagist_host }}/monolog/monolog/stats.json</a></code></p>
343+
<p>Working example: <code><a href="https://{{ packagist_host }}/packages/monolog/monolog/stats.json">https://{{ packagist_host }}/packages/monolog/monolog/stats.json</a></code></p>
344344
</section>
345345

346346

0 commit comments

Comments
 (0)