Update 1-init.rst

This commit is contained in:
Romain Dorgueil
2018-07-28 10:02:48 +01:00
committed by GitHub
parent 54ba316f35
commit a0734724e9

View File

@ -53,7 +53,7 @@ The basic building blocks of |bonobo| are **transformations** and **graphs**.
**Graphs** are a set of transformations, with directional links between them to define the data-flow that will happen
at runtime.
To inspect the graph of your first transformation (you must install graphviz first to do so), run:
To inspect the graph of your first transformation (`you must install graphviz first to do so <https://www.graphviz.org/download/>`_), run:
.. code-block:: shell-session