Update filepath of build instructions in README.rst

Change-Id: Ie3aedbc9eb854d2da3f6dc2b62b06f683a1ff8a0
This commit is contained in:
Akihiro Motoki 2013-10-26 18:48:25 +09:00
parent e34325c574
commit 9e0b77d6b3

View File

@ -31,16 +31,16 @@ Building
======== ========
To build:: To build::
cd netconn-api cd v2.0
mvn clean generate-sources mvn clean generate-sources
The generated PDF documentation file is:: The generated PDF documentation file is::
netconn-api/target/docbkx/webhelp/api/openstack-network/2.0/neutron-api-guide-2.0.pdf v2.0/target/docbkx/webhelp/openstack-network/openstack-network.pdf
The root of the generated HTML documentation is:: The root of the generated HTML documentation is::
netconn-api/target/docbkx/webhelp/api/openstack-network/2.0/index.html v2.0/target/docbkx/webhelp/openstack-network/index.html
Installing Installing
========== ==========