From 5c5a43124affb0c70fca18658b124bc833cf5e0f Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Mon, 13 Jun 2016 23:33:15 -0500 Subject: [PATCH] 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 --- libnetwork/docs/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/docs/design.md b/libnetwork/docs/design.md index d0cad8cde4..82bccff7f8 100644 --- a/libnetwork/docs/design.md +++ b/libnetwork/docs/design.md @@ -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