From ece642738ec3477d2e8ceb127c9f65c978cf6c65 Mon Sep 17 00:00:00 2001 From: Joseph Robinson Date: Fri, 3 Oct 2014 10:53:27 +1000 Subject: [PATCH] Configure Brocade plug-in - minor edit to Cloud Administrator Guide 1) Removing the "www" from the Brocade ncclient address so the address to clone from is now "https://github.com/brocade/ncclient", which matches the correct github address. Change-Id: I7ffe5e6f3f1b23aa7f64888605ac5285e0b990fa backport: none Closes-Bug: #1376657 --- .../networking/section_networking_config-plugins.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide-cloud/networking/section_networking_config-plugins.xml b/doc/admin-guide-cloud/networking/section_networking_config-plugins.xml index 99d39eb15d..3fd878349a 100644 --- a/doc/admin-guide-cloud/networking/section_networking_config-plugins.xml +++ b/doc/admin-guide-cloud/networking/section_networking_config-plugins.xml @@ -42,7 +42,7 @@ Install the Brocade-modified Python netconf client (ncclient) library, which is available at https://github.com/brocade/ncclient: - $ git clone https://www.github.com/brocade/ncclient + $ git clone https://github.com/brocade/ncclient As root, run this command: # cd ncclient;python setup.py install