Skip to content

Commit f750409

Browse files
committed
Update zeromq links to https
1 parent 39e656f commit f750409

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python and developed by `OpenSistemas <http://www.opensistemas.com>`__.
99
Agents run independently as system processes and communicate with each
1010
other using message passing.
1111

12-
osBrain uses `ØMQ <http://zeromq.org/>`__ for efficient and flexible
12+
osBrain uses `ØMQ <https://zeromq.org/>`__ for efficient and flexible
1313
message passing between agents. It also uses
1414
`Pyro4 <https://pythonhosted.org/Pyro4/>`__
1515
to ease the configuration and deployment of complex systems.

docs/source/about.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ osBrain is a **general-purpose multi-agent system module** written in Python.
1616

1717
- Agents run **independently** as system processes and communicate with each
1818
other using **message passing**.
19-
- Message passing is implemented using `ØMQ <http://zeromq.org/>`_, and in
19+
- Message passing is implemented using `ØMQ <https://zeromq.org/>`_, and in
2020
particular, the `PyZMQ <https://github.com/zeromq/pyzmq>`_ Python bindings.
21-
- `ØMQ <http://zeromq.org/>`_ allows for **efficient**, **asynchronous**
21+
- `ØMQ <https://zeromq.org/>`_ allows for **efficient**, **asynchronous**
2222
communication using different commonly used communication **patterns** such
2323
as request-reply, push-pull and publish-subscribe.
2424
- osBrain integrates `Pyro4 <https://pythonhosted.org/Pyro4/>`_ to ease the
@@ -59,7 +59,7 @@ taken during the development process:
5959
#. **Isolation of agents**; creating separate system processes to avoid shared
6060
memory and any problems derived from multi-threading development.
6161
#. **Implementation of message passing**; making use of the modern, efficient
62-
and flexible `ØMQ <http://zeromq.org/>`_ library.
62+
and flexible `ØMQ <https://zeromq.org/>`_ library.
6363
#. **Ease of configuration/deployment**; making use of the very convenient,
6464
well implemented and documented `Pyro4 <https://pythonhosted.org/Pyro4/>`_
6565
package.
@@ -105,7 +105,7 @@ always take this into account:
105105
#. Pyro4 is used only for configuration, deployment, updating and debugging,
106106
which means that the actual performance of the system should not depend
107107
on this package.
108-
#. `ØMQ <http://zeromq.org/>`_ is used with the
108+
#. `ØMQ <https://zeromq.org/>`_ is used with the
109109
`PyZMQ <https://github.com/zeromq/pyzmq>`_ Python bindings, which means
110110
that the system performance depends on the
111111
`PyZMQ <https://github.com/zeromq/pyzmq>`_ performance.

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and developed by `OpenSistemas <https://www.opensistemas.com>`_.
1616
Agents run independently as system processes and communicate with each other
1717
using message passing.
1818

19-
osBrain uses `ØMQ <http://zeromq.org/>`_ for efficient and flexible message
19+
osBrain uses `ØMQ <https://zeromq.org/>`_ for efficient and flexible message
2020
passing between agents. It also uses `Pyro4 <https://pythonhosted.org/Pyro4/>`_
2121
to ease the configuration and deployment of complex systems.
2222

0 commit comments

Comments
 (0)