diff --git a/docs/tutorial/processors.ipynb b/docs/tutorial/processors.ipynb index 4c2384a0..f170de09 100644 --- a/docs/tutorial/processors.ipynb +++ b/docs/tutorial/processors.ipynb @@ -6,7 +6,7 @@ "source": [ "# Processors\n", "\n", - "Processors are plugins that can execute code on certain events. For more information on those events check the [class documentation](../../ref/api/processors.rst).\n", + "Processors are plugins that can execute code on certain events. For more information on those events check the [class documentation](../api/nornir/core/processor.html).\n", "\n", "You can see processors as an alternative way of dealing with the results of a task, however, it has a few advantages:\n", "\n",