Skip to content

Commit 093985a

Browse files
committed
FAB-5189 Hyperledger Project should be Hyperledger
Changes any reference to Hyperledger Project to just Hyperledger. Also fixes / corrects the use of project in conjunction with Hyperledger Fabric to make things more clear Change-Id: I3bb8a1c77a2a47c4a885586fe2108e4be8337244 Signed-off-by: Gari Singh <[email protected]>
1 parent f9318cd commit 093985a

File tree

6 files changed

+14
-15
lines changed

6 files changed

+14
-15
lines changed

docs/source/CONTRIBUTING.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Contributions Welcome!
22
======================
33

4-
We welcome contributions to the Hyperledger Project in many forms, and
4+
We welcome contributions to Hyperledger in many forms, and
55
there's always plenty to do!
66

7-
First things first, please review the Hyperledger Project's `Code of
7+
First things first, please review the Hyperledger `Code of
88
Conduct <https://wiki.hyperledger.org/community/hyperledger-project-code-of-conduct>`__
99
before participating. It is important that we keep things civil.
1010

@@ -235,8 +235,7 @@ Maintainers
235235
The project's :doc:`maintainers <MAINTAINERS>` are responsible for
236236
reviewing and merging all patches submitted for review and they guide
237237
the over-all technical direction of the project within the guidelines
238-
established by the Hyperledger Project's Technical Steering Committee
239-
(TSC).
238+
established by the Hyperledger Technical Steering Committee (TSC).
240239

241240
Becoming a maintainer
242241
~~~~~~~~~~~~~~~~~~~~~

docs/source/Gerrit/gerrit.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Working with Gerrit
22
===================
33

4-
Follow these instructions to collaborate on the Hyperledger Fabric
5-
Project through the Gerrit review system.
4+
Follow these instructions to collaborate on Hyperledger Fabric
5+
through the Gerrit review system.
66

77
Please be sure that you are subscribed to the `mailing
88
list <http://lists.hyperledger.org/mailman/listinfo/hyperledger-fabric>`__
@@ -138,7 +138,7 @@ be pushed to a special branch. The name of this special branch contains
138138
a reference to the final branch where the code should reside, once
139139
accepted.
140140

141-
For the Hyperledger Fabric Project, the special branch is called
141+
For the Hyperledger Fabric repository, the special branch is called
142142
``refs/for/master``.
143143

144144
To push the current local development branch to the gerrit server, open
@@ -239,7 +239,7 @@ If you collaborate in multiple projects, you may wish to limit searching
239239
to the specific branch through the search bar in the upper-right side.
240240

241241
Add the filter *project:fabric* to limit the visible changes to only
242-
those from the Hyperledger Fabric Project.
242+
those from Hyperledger Fabric.
243243

244244
List all current changes you submitted, or list just those changes in
245245
need of your input by clicking on ``My --> Changes`` or `open this

docs/source/Style-guides/go-style.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generate/update the respective ``.pb.go`` files.
2626
Adding or updating Go packages
2727
------------------------------
2828

29-
The Hyperledger Fabric Project uses Govendor for package
29+
Hyperledger Fabric uses Govendor for package
3030
management. This means that all required packages reside in the
3131
``$GOPATH/src/github.com/hyperledger/fabric/vendor`` folder. Go will use
3232
packages in this folder instead of the GOPATH when the ``go install`` or

docs/source/dev-setup/devenv.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ If you continue with ``core.autocrlf`` set to ``true``, the
9797

9898
``./setup.sh: /bin/bash^M: bad interpreter: No such file or directory``
9999

100-
Cloning the Hyperledger Fabric project
100+
Cloning the Hyperledger Fabric source
101101
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
102102

103-
Since the Hyperledger Fabric project is a ``Go`` project, you'll need to
103+
Since Hyperledger Fabric is written in ``Go``, you'll need to
104104
clone the source repository to your $GOPATH/src directory. If your $GOPATH
105105
has multiple path components, then you will want to use the first one.
106106
There's a little bit of setup needed:
@@ -143,7 +143,7 @@ be able to ``ssh`` into the Vagrant VM just created.
143143

144144
vagrant ssh
145145

146-
Once inside the VM, you can find the peer project under
146+
Once inside the VM, you can find the source under
147147
``$GOPATH/src/github.com/hyperledger/fabric``. It is also mounted as
148148
``/hyperledger``.
149149

docs/source/status.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Status
22
=================
33

4-
This project is an *Active* Hyperledger project. For more information on the history of this project see our `wiki page <https://wiki.hyperledger.org/projects/fabric#history>`__. Information on what *Active* entails can be found in
5-
the `Hyperledger Project Lifecycle document <https://wiki.hyperledger.org/community/project-lifecycle>`__.
4+
Hyperledger Fabric is in the *Active* state. For more information on the history of this project see our `wiki page <https://wiki.hyperledger.org/projects/fabric#history>`__. Information on what *Active* entails can be found in
5+
the Hyperledger `Project Lifecycle document <https://wiki.hyperledger.org/community/project-lifecycle>`__.
66

77
.. Licensed under Creative Commons Attribution 4.0 International License
88
https://creativecommons.org/licenses/by/4.0/

docs/source/whyfabric.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Why Hyperledger Fabric?
22
=======================
33

4-
The Hyperledger Fabric project is delivering a blockchain platform
4+
Hyperledger Fabric is delivering a blockchain platform
55
designed to allow the exchange of an asset or the state of an asset to
66
be consented upon, maintained, and viewed by all parties in a
77
permissioned group. A key characteristic of Hyperledger Fabric is that

0 commit comments

Comments
 (0)