From 75a68d13226f31877c7dc5a51edbad43c635cc6c Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Tue, 3 Oct 2017 08:41:03 +0200 Subject: [PATCH] [doc] fix links --- docs/tutorial/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index d449df5..3296afb 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -56,8 +56,8 @@ Read about best development practices Read about integrating external tools with bonobo ------------------------------------------------- -* :doc:`../guide/ext/docker`: run transformation graphs in isolated containers. -* :doc:`../guide/ext/jupyter`: run transformations within jupyter notebooks. -* :doc:`../guide/ext/selenium`: crawl the web using a real browser and work with the gathered data. -* :doc:`../guide/ext/sqlalchemy`: everything you need to interract with SQL databases. +* :doc:`../extension/docker`: run transformation graphs in isolated containers. +* :doc:`../extension/jupyter`: run transformations within jupyter notebooks. +* :doc:`../extension/selenium`: crawl the web using a real browser and work with the gathered data. +* :doc:`../extension/sqlalchemy`: everything you need to interract with SQL databases.