Browse code

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>

Lee Calcote authored on 2016/06/14 13:33:15
Showing 1 changed files
... ...
@@ -93,7 +93,7 @@ Consumers of the CNM, like Docker for example, interact through the CNM Objects
93 93
 
94 94
 ### Networks & Endpoints
95 95
 
96
-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)
96
+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)
97 97
 
98 98
 ### Sandbox
99 99