@@ -2,7 +2,7 @@ Building the fabric
2
2
-------------------
3
3
4
4
The following instructions assume that you have already set up your
5
- `development environment <devenv.md >`__ .
5
+ :doc: `development environment <devenv >` .
6
6
7
7
To build the Fabric:
8
8
@@ -37,15 +37,14 @@ Running Node.js Unit Tests
37
37
You must also run the Node.js unit tests to insure that the Node.js
38
38
client SDK is not broken by your changes. To run the Node.js unit tests,
39
39
follow the instructions
40
- `here <https://github.com/hyperledger/fabric-sdk-node/README.md >`__.
40
+ `here <https://github.com/hyperledger/fabric-sdk-node/blob/master/ README.md >`__.
41
41
42
42
Running Behave BDD Tests
43
43
~~~~~~~~~~~~~~~~~~~~~~~~
44
44
45
45
**Note: ** currently, the behave tests must be run from within in the
46
- Vagrant environment. See the devenv setup instructions if you have not
47
- already set up your `Vagrant
48
- environment <devenv.md#Boostrapping-the-VM-using-Vagrant> `__.
46
+ Vagrant environment. See the :doc: `development environment <devenv >` setup instructions
47
+ if you have not already set up your Vagrant environment.
49
48
50
49
`Behave <http://pythonhosted.org/behave/ >`__ tests will setup networks
51
50
of peers with different security and consensus configurations and verify
@@ -108,7 +107,7 @@ Building on Power Platform
108
107
~~~~~~~~~~~~~~~~~~~~~~~~~~
109
108
110
109
Development and build on Power (ppc64le) systems is done outside of
111
- vagrant as outlined `here <#building-outside-of-vagrant- >`__. For ease
110
+ vagrant as outlined `here <#building-outside-of-vagrant >`__. For ease
112
111
of setting up the dev environment on Ubuntu, invoke `this
113
112
script <https://github.com/hyperledger/fabric/tree/master/devenv/setupUbuntuOnPPC64le.sh> `__
114
113
as root. This script has been validated on Ubuntu 16.04 and assumes
@@ -154,6 +153,5 @@ library.
154
153
The available log levels in order of increasing verbosity are: *CRITICAL
155
154
\| ERROR \| WARNING \| NOTICE \| INFO \| DEBUG *
156
155
157
- See `specific logging
158
- control <https://github.com/hyperledger/fabric/blob/master/docs/Setup/logging-control.md> `__
156
+ See :doc: `specific logging control <../Setup/logging-control >`
159
157
instructions when running the peer process.
0 commit comments