From bddb0f037ce3b3998d557d9a4fca9d01c013a80d Mon Sep 17 00:00:00 2001 From: luomin Date: Tue, 8 Aug 2017 17:05:33 +0900 Subject: [PATCH] [FAB-5655] updated the invalid url in 1st paragrap The previous url to "setting development environment" is invalid. corrected the url here. Change-Id: If9656296db45ccbea2b1920d5433fafaa53af3ee Signed-off-by: luomin --- docs/source/install_instantiate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install_instantiate.rst b/docs/source/install_instantiate.rst index 1b188995f0e..3719ea9536d 100644 --- a/docs/source/install_instantiate.rst +++ b/docs/source/install_instantiate.rst @@ -8,7 +8,7 @@ can compile these images locally to ensure they are up to date. It is up to the user how to build the images, although a typical approach is through vagrant. If you do choose to build through vagrant, make sure you have followed the steps outlined in `setting up the development -environment `__. Then from the fabric directory +environment `__. Then from the fabric directory within your vagrant environment, execute the ``make peer-docker`` and ``make orderer-docker`` commands.