Skip to content

Commit

Permalink
Merge pull request #40 from ClusterHQ/branding-38
Browse files Browse the repository at this point in the history
Switch to ClusterHQ branding.
  • Loading branch information
Jean-Paul Calderone committed Jan 26, 2015
2 parents fd749b6 + 0de2add commit 0928afb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# Test against master@HEAD version of eliot.
- |
ELIOT='echo git+https://github.com/hybridcluster/eliot.git'
ELIOT='echo git+https://github.com/ClusterHQ/eliot.git'
# Test with a too-old version of eliot.
- |
Expand Down
19 changes: 8 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
.. image:: https://travis-ci.org/hybridcluster/machinist.png
:target: https://travis-ci.org/hybridcluster/machinist
.. image:: https://travis-ci.org/ClusterHQ/machinist.png
:target: https://travis-ci.org/ClusterHQ/machinist

.. image:: https://coveralls.io/repos/hybridcluster/machinist/badge.png
:target: https://coveralls.io/r/hybridcluster/machinist

.. image:: https://badge.waffle.io/hybridcluster/machinist.png?label=ready&title=Ready
:target: https://waffle.io/hybridcluster/machinist


Installation
~~~~~~~~~~~~
Expand All @@ -15,7 +12,7 @@ Installation
$ pip install machinist
Machinist's automatic structured logging depends on `eliot <https://github.com/hybridcluster/eliot>`_.
Machinist's automatic structured logging depends on `eliot <https://github.com/ClusterHQ/eliot>`_.
Logging is declared as a Machinist extra so you can automatically install this dependency:

.. code-block:: console
Expand Down Expand Up @@ -106,11 +103,11 @@ To provide an input to the FSM, ``receive`` on the FSM must be called with an in
Further Reading
---------------

For the rest of the example code, see `doc/turnstile.py <https://github.com/hybridcluster/machinist/blob/master/doc/turnstile.py>`_.
For the rest of the example code, see `doc/turnstile.py <https://github.com/ClusterHQ/machinist/blob/master/doc/turnstile.py>`_.

For more discussion of the benefits of using finite state machines, see:

* https://www.hybridcluster.com/blog/what-is-a-state-machine/
* https://www.hybridcluster.com/blog/benefits-state-machine/
* https://www.hybridcluster.com/blog/unit-testing-state-machines/
* https://www.hybridcluster.com/blog/isolating-side-effects-state-machines/
* https://www.clusterhq.com/blog/what-is-a-state-machine/
* https://www.clusterhq.com/blog/benefits-state-machine/
* https://www.clusterhq.com/blog/unit-testing-state-machines/
* https://www.clusterhq.com/blog/isolating-side-effects-state-machines/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
each time an input is mapped to an output (though the new value may be
the same as the old value).
"""),
url="https://github.com/hybridcluster/machinist",
url="https://github.com/ClusterHQ/machinist",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 0928afb

Please sign in to comment.