diff --git a/docs/tutorial/01-Introduction-to-Ibis.ipynb b/docs/tutorial/01-Introduction-to-Ibis.ipynb index 4de33de994b8..8f6f0872a636 100644 --- a/docs/tutorial/01-Introduction-to-Ibis.ipynb +++ b/docs/tutorial/01-Introduction-to-Ibis.ipynb @@ -23,7 +23,7 @@ "source": [ "### Getting started\n", "\n", - "To start using Ibis, you need a Python environment with Ibis installed. Follow the [installation instructions for SQLite](/backends/SQLite/#install) to setup an environment.\n", + "To start using Ibis, you need a Python environment with Ibis installed. Follow the installation instructions for SQLite to setup an environment.\n", "\n", "Once you have your environment ready, to start using Ibis simply import the `ibis` module:" ] diff --git a/docs/tutorial/04-More-Value-Expressions.ipynb b/docs/tutorial/04-More-Value-Expressions.ipynb index 510e876c78c9..074d1737695d 100644 --- a/docs/tutorial/04-More-Value-Expressions.ipynb +++ b/docs/tutorial/04-More-Value-Expressions.ipynb @@ -48,7 +48,7 @@ "source": [ "## Type casting\n", "\n", - "The [Ibis type system](/api/datatypes) supports the most common data types used in analytics, including support for nested types like lists, structs, and maps.\n", + "The Ibis type system supports the most common data types used in analytics, including support for nested types like lists, structs, and maps.\n", "\n", "Type names can be used to cast from one type to another." ]