mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
design.md: fixed anchor reference
The #Drivers reference needed to be #drivers in order for the anchor to work correctly. Signed-off-by: Lee Calcote <leecalcote@gmail.com>
This commit is contained in:
parent
bbba96fcc5
commit
5c5a43124a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Consumers of the CNM, like Docker for example, interact through the CNM Objects
|
|||
|
||||
### Networks & Endpoints
|
||||
|
||||
LibNetwork's Network and Endpoint APIs are primarily for managing the corresponding Objects and book-keeping them to provide a level of abstraction as required by the CNM. It delegates the actual implementation to the drivers which realize the functionality as promised in the CNM. For more information on these details, please see [the drivers section](#Drivers)
|
||||
LibNetwork's Network and Endpoint APIs are primarily for managing the corresponding Objects and book-keeping them to provide a level of abstraction as required by the CNM. It delegates the actual implementation to the drivers which realize the functionality as promised in the CNM. For more information on these details, please see [the drivers section](#drivers)
|
||||
|
||||
### Sandbox
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue