Skip to content

Commit 23adb16

Browse files
FAB-4519 prepare for rc2 development
Change-Id: I86f582fd2308bfcd58cd104ae0da92e46677361b Signed-off-by: Christopher Ferris <[email protected]>
1 parent b17afeb commit 23adb16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
# - unit-test-clean - cleans unit test state (particularly from docker)
3535

3636
PROJECT_NAME = hyperledger/fabric
37-
BASE_VERSION = 1.0.0-rc1
38-
PREV_VERSION = 1.0.0-beta
39-
IS_RELEASE = true
37+
BASE_VERSION = 1.0.0-rc2
38+
PREV_VERSION = 1.0.0-rc1
39+
IS_RELEASE = false
4040

4141
ifneq ($(IS_RELEASE),true)
4242
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)

docs/source/getting_started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We offer two initial tutorials to get you started with Hyperledger Fabric.
2323
The first is oriented to the Hyperledger Fabric **application developer**,
2424
:doc:`write_first_app`. It takes you through the process of writing your first
2525
blockchain application for Hyperledger Fabric using the Hyperledger Fabric's
26-
`Node.js SDK <https://github.com/hyperledger/fabric-sdk-java>`__.
26+
`Node.js SDK <https://github.com/hyperledger/fabric-sdk-node>`__.
2727

2828
The second tutorial is oriented towards the Hyperledger Fabric network
2929
operators, :doc:`build_network`. This one walks you through the process of

0 commit comments

Comments
 (0)