Skip to content

Commit

Permalink
FAB-8638 exterminate vestigial 1.0.x references
Browse files Browse the repository at this point in the history
exterminate any vestigial 1.0.x references in docs

Change-Id: I3dc39e3e16c32908d8e630c817dc19e1587d51cb
Signed-off-by: Christopher Ferris <[email protected]>
  • Loading branch information
christo4ferris committed Mar 16, 2018
1 parent 60c71cb commit 7ad239c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/source/Fabric-FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ on its chain.

Differences in Most Recent Releases
-----------------------------------
Q. As part of the v1.0.0 release, what are the highlight differences between v0.6 and v1.0?
Q. Where can I find what are the highlighted differences between releases?

A. The differences between any subsequent releases are provided together with the
`Release Notes <http://hyperledger-fabric.readthedocs.io/en/latest/releases.html>`__.
Expand Down
18 changes: 10 additions & 8 deletions docs/source/chaincode4ade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,14 +429,16 @@ should see something similar to following:
docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
hyperledger/fabric-tools latest e09f38f8928d 4 hours ago 1.32 GB
hyperledger/fabric-tools x86_64-1.0.0 e09f38f8928d 4 hours ago 1.32 GB
hyperledger/fabric-orderer latest 0df93ba35a25 4 hours ago 179 MB
hyperledger/fabric-orderer x86_64-1.0.0 0df93ba35a25 4 hours ago 179 MB
hyperledger/fabric-peer latest 533aec3f5a01 4 hours ago 182 MB
hyperledger/fabric-peer x86_64-1.0.0 533aec3f5a01 4 hours ago 182 MB
hyperledger/fabric-ccenv latest 4b70698a71d3 4 hours ago 1.29 GB
hyperledger/fabric-ccenv x86_64-1.0.0 4b70698a71d3 4 hours ago 1.29 GB
hyperledger/fabric-tools latest b7bfddf508bc About an hour ago 1.46GB
hyperledger/fabric-tools x86_64-1.1.0 b7bfddf508bc About an hour ago 1.46GB
hyperledger/fabric-orderer latest ce0c810df36a About an hour ago 180MB
hyperledger/fabric-orderer x86_64-1.1.0 ce0c810df36a About an hour ago 180MB
hyperledger/fabric-peer latest b023f9be0771 About an hour ago 187MB
hyperledger/fabric-peer x86_64-1.1.0 b023f9be0771 About an hour ago 187MB
hyperledger/fabric-javaenv latest 82098abb1a17 About an hour ago 1.52GB
hyperledger/fabric-javaenv x86_64-1.1.0 82098abb1a17 About an hour ago 1.52GB
hyperledger/fabric-ccenv latest c8b4909d8d46 About an hour ago 1.39GB
hyperledger/fabric-ccenv x86_64-1.1.0 c8b4909d8d46 About an hour ago 1.39GB
.. note:: If you retrieved the images through the :ref:`binaries`,
then you will see additional images listed. However, we are only concerned with
Expand Down
2 changes: 1 addition & 1 deletion docs/source/fabric-sdks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Hyperledger Fabric SDKs

Hyperledger Fabric intends to offer a number of SDKs for a wide variety of
programming languages. The first two delivered are the Node.js and Java
SDKs. We hope to provide Python and Go SDKs soon after the 1.0.0 release.
SDKs. We hope to provide Python, REST and Go SDKs in a subsequent release.

* `Hyperledger Fabric Node SDK documentation <https://fabric-sdk-node.github.io/>`__.
* `Hyperledger Fabric Java SDK documentation <https://github.com/hyperledger/fabric-sdk-java>`__.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Hyperledger Fabric SDKs

Hyperledger Fabric intends to offer a number of SDKs for a wide variety of
programming languages. The first two delivered SDKs are the Node.js and Java
SDKs. We hope to provide Python and Go SDKs soon after the 1.0.0 release.
SDKs. We hope to provide Python, REST and Go SDKs in a subsequent release.

* `Hyperledger Fabric Node SDK documentation <https://fabric-sdk-node.github.io/>`__.
* `Hyperledger Fabric Java SDK documentation <https://github.com/hyperledger/fabric-sdk-java>`__.
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ execute the following commands:
git checkout {TAG} 
.. note:: To ensure the samples are compatible with the version of Fabric binaries you download below,
checkout the samples ``{TAG}`` that matches your Fabric version, for example, v1.1.0-rc1.
checkout the samples ``{TAG}`` that matches your Fabric version, for example, v1.1.0.
To see a list of all fabric-samples tags, use command "git tag".

.. _binaries:
Expand All @@ -49,7 +49,7 @@ you will extract the platform-specific binaries:

.. code:: bash
curl -sSL https://goo.gl/6wtTN5 | bash -s 1.1.0-rc1
curl -sSL https://goo.gl/6wtTN5 | bash -s 1.1.0
.. note:: If you get an error running the above curl command, you may
have too old a version of curl that does not handle
Expand All @@ -62,7 +62,7 @@ you will extract the platform-specific binaries:
https://github.com/hyperledger/fabric/blob/master/scripts/bootstrap.sh

.. note:: You can use the command above for any published version of Hyperledger
Fabric. Simply replace '1.1.0-rc1' with the version identifier
Fabric. Simply replace '1.1.0' with the version identifier
of the version you wish to install.

The command above downloads and executes a bash script
Expand Down
5 changes: 4 additions & 1 deletion docs/source/tutorials.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Tutorials
=========

We offer four initial tutorials to get you started with Hyperledger Fabric.
We offer tutorials to get you started with Hyperledger Fabric.
The first is oriented to the Hyperledger Fabric **application developer**,
:doc:`write_first_app`. It takes you through the process of writing your first
blockchain application for Hyperledger Fabric using the Hyperledger Fabric
Expand All @@ -12,6 +12,9 @@ operators, :doc:`build_network`. This one walks you through the process of
establishing a blockchain network using Hyperledger Fabric and provides
a basic sample application to test it out.

There are also tutorials for updating your channel, :doc:`channel_update_tutorial`, and
upgrading your network to a later version of Hyperledger Fabric, :doc:`upgrading_your_network_tutorial`.

Finally, we offer two chaincode tutorials. One oriented to developers,
:doc:`chaincode4ade`, and the other oriented to operators,
:doc:`chaincode4noah`.
Expand Down
6 changes: 3 additions & 3 deletions docs/source/upgrading_your_network_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Get the newest samples
.. note:: The instructions below pertain to whatever is the most recently
published version of v1.1.x, starting with 1.1.0-rc1. Please substitute
'1.1.x' with the version identifier of the published release that
you are testing. e.g. replace '1.1.x' with '1.1.0-rc1' if you are
you are testing. e.g. replace '1.1.x' with '1.1.0' if you are
currently testing the first release candidate.

Before completing the rest of the tutorial, it's important to get the v1.1.x
Expand All @@ -130,7 +130,7 @@ To run the script, issue these commands:

.. code:: bash
# Note, replace '1.1.x' with a specific version, for example '1.1.0-rc1'.
# Note, replace '1.1.x' with a specific version, for example '1.1.0'.
# Don't pass the image flag '-i 1.1.x' if you prefer to default to 'latest' images.
./byfn.sh upgrade -i 1.1.x
Expand Down Expand Up @@ -187,7 +187,7 @@ Let’s begin the upgrade process by **bringing down the orderer**:
export LEDGERS_BACKUP=./ledgers-backup
# Note, replace '1.1.x' with a specific version, for example '1.1.0-rc1'.
# Note, replace '1.1.x' with a specific version, for example '1.1.0'.
# Set IMAGE_TAG to 'latest' if you prefer to default to the images tagged 'latest' on your system.
export IMAGE_TAG=`uname -m`-1.1.x
Expand Down

0 comments on commit 7ad239c

Please sign in to comment.