diff --git a/docs/docs/integrations/chat/maritalk.ipynb b/docs/docs/integrations/chat/maritalk.ipynb
index 82e9b75dbc8..bd2a04700f8 100644
--- a/docs/docs/integrations/chat/maritalk.ipynb
+++ b/docs/docs/integrations/chat/maritalk.ipynb
@@ -4,13 +4,13 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "
\n",
+ "
\n",
"\n",
"# Maritalk\n",
"\n",
"## Introduction\n",
"\n",
- "MariTalk is an assistant developed by the Brazilian company [Maritaca AI](www.maritaca.ai).\n",
+ "MariTalk is an assistant developed by the Brazilian company [Maritaca AI](https://www.maritaca.ai).\n",
"MariTalk is based on language models that have been specially trained to understand Portuguese well.\n",
"\n",
"This notebook demonstrates how to use MariTalk with LangChain through two examples:\n",
@@ -33,7 +33,7 @@
"metadata": {},
"outputs": [],
"source": [
- "!pip install langchain-core langchain-community"
+ "!pip install langchain langchain-core langchain-community"
]
},
{