Skip to content

Commit 20837ad

Browse files
committed
Wrong link syntax
1 parent 6806c2f commit 20837ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/httplug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You need to edit the `composer.json` of your package to add the virtual package.
4646
...
4747
```
4848

49-
For extra convenience, you can use the (Discovery)[discovery.md] system to free the user of your package from having to instantiate the client. You should however always accept injecting the client instance to allow the user to configure the client as needed.
49+
For extra convenience, you can use the [Discovery](discovery.md) system to free the user of your package from having to instantiate the client. You should however always accept injecting the client instance to allow the user to configure the client as needed.
5050

5151
Users of your package will have to select a concrete adapter in their project to make your package installable. Best point them to the (virtual package)[virtual-package.md] howto page.
5252

0 commit comments

Comments
 (0)