Skip to content

Commit cc25682

Browse files
authored
Update 01-basic-usage.md (#11729)
Broken link!
1 parent da83d29 commit cc25682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/01-basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ you to require certain versions of server software. See
5959
### Package version constraints
6060

6161
In our example, we are requesting the Monolog package with the version constraint
62-
[`2.0.*`](https://semver.mwl.be/#?package=monolog%2Fmonolog&version=2.0.*).
62+
[`2.0.*`](https://semver.madewithlove.com/?package=monolog%2Fmonolog&constraint=2.0.*).
6363
This means any version in the `2.0` development branch, or any version that is
6464
greater than or equal to 2.0 and less than 2.1 (`>=2.0 <2.1`).
6565

0 commit comments

Comments
 (0)