diff --git a/docs/tutorial/failed_tasks.ipynb b/docs/tutorial/failed_tasks.ipynb index 7f294fd7..94dbff6c 100644 --- a/docs/tutorial/failed_tasks.ipynb +++ b/docs/tutorial/failed_tasks.ipynb @@ -378,7 +378,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "To achieve this `nornir` keeps a set of failed hosts in it's shared [data](../../ref/api/nornir.rst#nornir.core.state.GlobalState) object:" + "To achieve this `nornir` keeps a set of failed hosts in it's shared [data](../../api/nornir/core/state.html#nornir.core.state.GlobalState) object:" ] }, { @@ -405,7 +405,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "If you want to mark some hosts as succeeded and make them back eligible for future tasks you can do it individually per host with the function [recover_host](../../ref/api/nornir.rst#nornir.core.state.GlobalState.recover_host) or reset the list completely with [reset_failed_hosts](../../ref/api/nornir.rst#nornir.core.state.GlobalState.reset_failed_hosts):" + "If you want to mark some hosts as succeeded and make them back eligible for future tasks you can do it individually per host with the function [recover_host](../../api/nornir/core/state.html#nornir.core.state.GlobalState.recover_host) or reset the list completely with [reset_failed_hosts](../../api/nornir/core/state.html#nornir.core.state.GlobalState.reset_failed_hosts):" ] }, { diff --git a/docs/tutorial/initializing_nornir.ipynb b/docs/tutorial/initializing_nornir.ipynb index dac65c09..ee4f0608 100644 --- a/docs/tutorial/initializing_nornir.ipynb +++ b/docs/tutorial/initializing_nornir.ipynb @@ -22,7 +22,7 @@ "\n", "With `InitNornir` you can initialize nornir with a configuration file, with code or with a combination of both.\n", "\n", - "Let's start with [a configuration file](../configuration/index.rst):" + "Let's start with [a configuration file](../configuration/index.html):" ] }, { @@ -143,7 +143,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now to create the [nornir](../../ref/api/nornir.rst#nornir) object:" + "Now to create the [nornir](../api/nornir/init_nornir.html#nornir.init_nornir.InitNornir) object:" ] }, {