Skip to content

Commit f8d785a

Browse files
committed
http->https
1 parent 920c148 commit f8d785a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
CAPSUL
88
=======
99

10-
Capsul is a free and open-source `Python <http://python.org>`_ library for encapsulating algorithms and chain them in pipelines. It has unique features for building and dealing with complex pipelines. It is designed to make it easy to execute pipelines in various environments ranging from a local computer to a remote computing center. Capsul is connected to :somaworkflow:`soma-workflow <index.html>` in order to manage all the difficulties of running a lot of pipelines in parallel.
10+
Capsul is a free and open-source `Python <https://python.org>`_ library for encapsulating algorithms and chain them in pipelines. It has unique features for building and dealing with complex pipelines. It is designed to make it easy to execute pipelines in various environments ranging from a local computer to a remote computing center. Capsul is connected to :somaworkflow:`soma-workflow <index.html>` in order to manage all the difficulties of running a lot of pipelines in parallel.
1111

12-
* doc of the current stable release: http://brainvisa.info/capsul/
12+
* doc of the current stable release: https://brainvisa.info/capsul/
1313
* sources on gitHub: https://github.com/populse/capsul
1414

1515

@@ -28,7 +28,7 @@ Main features
2828

2929
* Pipeline execution can optionally make use of :somaworkflow:`soma-workflow <index.html>`, which manages execution dependencies between pipeline nodes and can run in parallel independent ones, can run and monitor pipelines either locally or remotely on a distant computing resource (a cluster for instance).
3030

31-
* Capsul has a compatibility with `Nipype <http://nipype.readthedocs.io/en/latest/>`_ interfaces which can be directly used as pipeline nodes.
31+
* Capsul has a compatibility with `Nipype <https://nipype.readthedocs.io/en/latest/>`_ interfaces which can be directly used as pipeline nodes.
3232

3333

3434
Technical features
@@ -55,4 +55,4 @@ Documentation contents
5555
License
5656
-------
5757

58-
CAPSUL is released under the `CeCILL-B <http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html>`_ software license, which is much similar to the BSD license.
58+
CAPSUL is released under the `CeCILL-B <https://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html>`_ software license, which is much similar to the BSD license.

0 commit comments

Comments
 (0)