1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #21787 from npcode/fix-docs-plugin-api-markdown

Fix incorrect markdown rendering
This commit is contained in:
Sebastiaan van Stijn 2016-04-06 10:18:11 -07:00
commit 636e7760e2

View file

@ -169,9 +169,10 @@ Responds with a list of Docker subsystems which this plugin implements.
After activation, the plugin will then be sent events from this subsystem. After activation, the plugin will then be sent events from this subsystem.
Possible values are: Possible values are:
- [`authz`](plugins_authorization.md)
- [`NetworkDriver`](plugins_network.md) * [`authz`](plugins_authorization.md)
- [`VolumeDriver`](plugins_volume.md) * [`NetworkDriver`](plugins_network.md)
* [`VolumeDriver`](plugins_volume.md)
## Plugin retries ## Plugin retries