Skip to content

Commit 4e8080c

Browse files
committed
docs: make URLs linkable
mkdocs needs <> plain URL.
1 parent 7014487 commit 4e8080c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ Require it with an explicit version constraint allowing its desired stability.
5454
```
5555

5656
The above specifies `develop` branch.
57-
See https://getcomposer.org/doc/articles/versions.md#branches
57+
See <https://getcomposer.org/doc/articles/versions.md#branches>
5858

5959
```console
6060
composer require codeigniter4/shield:^1.0.0-beta
6161
```
6262

6363
The above specifies `v1.0.0-beta` or later and before `v2.0.0`.
64-
See https://getcomposer.org/doc/articles/versions.md#caret-version-range-
64+
See <https://getcomposer.org/doc/articles/versions.md#caret-version-range->
6565

6666
## Initial Setup
6767

0 commit comments

Comments
 (0)