You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/httplug.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,6 @@ You need to edit the `composer.json` of your package to add the virtual package.
48
48
49
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.
50
50
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.
52
52
53
53
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