Skip to content

Commit 9023692

Browse files
committed
Im going to squash these commits..
1 parent 20837ad commit 9023692

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
@@ -48,6 +48,6 @@ You need to edit the `composer.json` of your package to add the virtual package.
4848

4949
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

51-
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.
51+
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

5353
To be able to send requests, you should not depend on a specific PSR-7 implementation, but use the [message factory](message-factory.md) system.

0 commit comments

Comments
 (0)