Skip to content

Commit 1a2d8be

Browse files
committed
[FAB-11042] Fix broken links in documents
This CR fixes some broken links in documents. Change-Id: Ic1717aaabb191d0edc2b9b86f0d73329a5c02828 Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
1 parent 83f18e7 commit 1a2d8be

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/Gerrit/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If you see nothing wrong with your CR, it might be that the CI process
9595
simply failed for some reason unrelated to your change. In that case
9696
you may want to restart the CI process by posting a reply to your CR
9797
with the simple content "reverify". Check the `CI management page
98-
<https://github.com/hyperledger/ci-management/blob/master/docs/fabric_ci_process.md>`__
98+
<https://github.com/hyperledger/ci-management/blob/master/docs/source/fabric_ci_process.rst>`__
9999
for additional information and options on this.
100100

101101

docs/source/submit_cr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ If you see nothing wrong with your CR it might be that the CI process
215215
simply failed for some reason unrelated to your change. In that case
216216
you may want to restart the CI process by posting a reply to your CR
217217
with the simple content "reverify". Check the `CI management page
218-
<https://github.com/hyperledger/ci-management/blob/master/docs/fabric_ci_process.md>`__
218+
<https://github.com/hyperledger/ci-management/blob/master/docs/source/fabric_ci_process.rst>`__
219219
for additional information and options on this.
220220

221221
Modifying your change request

docs/source/understand_fabcar_network.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Query
7272

7373
Queries are the simplest kind of invocation: a call and response. The most common query
7474
will interrogate the state database for the current value associated
75-
with a key (``GetState``). However, the `chaincode shim interface <https://github.com/hyperledger/fabric/blob/master/core/chaincode/shim/interfaces_stable.go>`__
75+
with a key (``GetState``). However, the `chaincode shim interface <https://godoc.org/github.com/hyperledger/fabric/core/chaincode/shim#ChaincodeStub>`__
7676
also allows for different types of ``Get`` calls (e.g. ``GetHistoryForKey`` or ``GetCreator``).
7777

7878
In our example, the peer holds a hash chain of all transactions and maintains

examples/e2e_cli/end-to-end.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Configuration Transaction Generator
150150
-----------------------------------
151151

152152
The `configtxgen
153-
tool <https://github.com/hyperledger/fabric/blob/master/docs/source/configtxgen.rst>`__
153+
tool <https://github.com/hyperledger/fabric/blob/master/docs/source/configtx.rst>`__
154154
is used to create four artifacts: orderer **bootstrap block**, fabric
155155
**channel configuration transaction**, and two **anchor peer transactions** - one
156156
for each Peer Org.

0 commit comments

Comments
 (0)