Skip to content

Commit 72e5122

Browse files
tkuhrtnickgaski
authored andcommitted
[FAB-3229] dead links in Building the fabric page
Fixed [FAB-3229] by: * using :doc: references and removing .md * correcting tag names * correcting external links minor fixes to make these links work [ci-skip] Change-Id: I12946e08b774183a3d5f2a068e52fdf25187b125 Signed-off-by: Tracy Kuhrt <[email protected]> Signed-off-by: Nick Gaski <[email protected]>
1 parent 441b308 commit 72e5122

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

docs/source/dev-setup/build.rst

+6-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Building the fabric
22
-------------------
33

44
The following instructions assume that you have already set up your
5-
`development environment <devenv.md>`__.
5+
:doc:`development environment <devenv>`.
66

77
To build the Fabric:
88

@@ -37,15 +37,14 @@ Running Node.js Unit Tests
3737
You must also run the Node.js unit tests to insure that the Node.js
3838
client SDK is not broken by your changes. To run the Node.js unit tests,
3939
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>`__.
4141

4242
Running Behave BDD Tests
4343
~~~~~~~~~~~~~~~~~~~~~~~~
4444

4545
**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.
4948

5049
`Behave <http://pythonhosted.org/behave/>`__ tests will setup networks
5150
of peers with different security and consensus configurations and verify
@@ -108,7 +107,7 @@ Building on Power Platform
108107
~~~~~~~~~~~~~~~~~~~~~~~~~~
109108

110109
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
112111
of setting up the dev environment on Ubuntu, invoke `this
113112
script <https://github.com/hyperledger/fabric/tree/master/devenv/setupUbuntuOnPPC64le.sh>`__
114113
as root. This script has been validated on Ubuntu 16.04 and assumes
@@ -154,6 +153,5 @@ library.
154153
The available log levels in order of increasing verbosity are: *CRITICAL
155154
\| ERROR \| WARNING \| NOTICE \| INFO \| DEBUG*
156155

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>`
159157
instructions when running the peer process.

docs/source/dev-setup/devenv.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,18 @@ little bit of setup needed:
109109

110110
Recall that we are using ``Gerrit`` for source control, which has its
111111
own internal git repositories. Hence, we will need to clone from
112-
`Gerrit <../Gerrit/gerrit.md#Working-with-a-local-clone-of-the-repository>`__.
112+
:doc:`Gerrit <../Gerrit/gerrit>`.
113113
For brevity, the command is as follows:
114114

115115
::
116116

117117
git clone ssh://[email protected]:29418/fabric && scp -p -P 29418 [email protected]:hooks/commit-msg fabric/.git/hooks/
118118

119119
**Note:** Of course, you would want to replace ``LFID`` with your own
120-
`Linux Foundation ID <../Gerrit/lf-account.md>`__.
120+
:doc:`Linux Foundation ID <../Gerrit/lf-account>`.
121121

122-
Boostrapping the VM using Vagrant
123-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
122+
Bootstrapping the VM using Vagrant
123+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
124124

125125
If you are planning on using the Vagrant developer environment, the
126126
following steps apply. **Again, we recommend against its use except for
@@ -147,7 +147,7 @@ Building the fabric
147147
~~~~~~~~~~~~~~~~~~~
148148

149149
Once you have all the dependencies installed, and have cloned the
150-
repository, you can proceed to `build and test <build.md>`__ the fabric.
150+
repository, you can proceed to :doc:`build and test <build>` the fabric.
151151

152152
Notes
153153
~~~~~

0 commit comments

Comments
 (0)