1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

composer.xml Fix the bad link (remove the extra slash) (#4159)

This commit is contained in:
Mikhail Alferov
2024-11-26 23:54:29 +03:00
committed by GitHub
parent 679cf93fa1
commit 3678a6db12

View File

@@ -27,7 +27,7 @@
Briefly, this is done by creating a <literal>composer.json</literal>
in the project, using Composer to install the latest version of the
package, and including Composer's autoload script to make it available
to the code. The <link xlink:href="&url.composer;/doc/01-basic-usage.md">Composer
to the code. The <link xlink:href="&url.composer;doc/01-basic-usage.md">Composer
"Basic Usage" documentation</link> goes into this in more depth.
</simpara>
<example>