11DataFlow HTTP Deployment
22========================
33
4- In the :doc: `/tutorials/operations ` we created a command line meta static
4+ In the :doc: `/examples/shouldi ` we created a command line meta static
55analysis tool, ``shouldi ``.
66
77.. code-block :: console
@@ -12,7 +12,7 @@ analysis tool, ``shouldi``.
1212 safety_check.outputs.result: 1
1313 run_bandit.outputs.result: {'CONFIDENCE.HIGH': 0.0, 'CONFIDENCE.LOW': 0.0, 'CONFIDENCE.MEDIUM': 0.0, 'CONFIDENCE.UNDEFINED': 0.0, 'SEVERITY.HIGH': 0.0, 'SEVERITY.LOW': 0.0, 'SEVERITY.MEDIUM': 0.0, 'SEVERITY.UNDEFINED': 0.0, 'loc': 100, 'nosec': 0, 'CONFIDENCE.HIGH_AND_SEVERITY.LOW': 0, 'CONFIDENCE.HIGH_AND_SEVERITY.MEDIUM': 0, 'CONFIDENCE.HIGH_AND_SEVERITY.HIGH': 0}
1414
15- In the :ref: `tutorials_operations_registering_opreations ` section of the
15+ In the :ref: `examples_shouldi_registering_opreations ` section of the
1616operations tutorial, we registered our operations with Python's ``entrypoint ``
1717system. This allows other Python packages and DFFML plugins to access them
1818without the need to hardcode in ``import `` statements.
@@ -59,7 +59,7 @@ to look at JSON.
5959 $ python3 -m pip install dffml-config-yaml
6060
6161 We'll be working from the top level directory of the ``shouldi `` package we
62- created in the :doc: `/tutorials/operations `.
62+ created in the :doc: `/examples/shouldi `.
6363
6464The source for that package is also available under the ``examples/shouldi ``
6565directory of the DFFML source code.
@@ -69,8 +69,8 @@ directory of the DFFML source code.
6969 $ cd examples/shouldi
7070
7171 Config files are named after the dataflow they are associated with. In the
72- :ref: `tutorials_operations_visualizing_the_dataflow ` section of the
73- :doc: `/tutorials/operations `, we serialized the ``shouldi `` dataflow to the
72+ :ref: `examples_shouldi_visualizing_the_dataflow ` section of the
73+ :doc: `/examples/shouldi `, we serialized the ``shouldi `` dataflow to the
7474``shouldi/deploy/df `` directory.
7575
7676The ``df `` directory is contains the main dataflows to be deployed.
0 commit comments