[elasticsearch] fix typo in signup url (#726)

Co-authored-by: Simón Fishman <simonpfish@gmail.com>
This commit is contained in:
Saarika Bhasi 2023-09-27 19:02:50 -04:00 committed by GitHub
parent bc78c9871c
commit 4631e1b74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
"## Connect to Elasticsearch\n",
"\n",
" We're using an Elastic Cloud deployment of Elasticsearch for this notebook.\n",
"If you don't already have an Elastic deployment, you can sign up for a free [Elastic Cloud trial](https://cloud.elastic.co/registration?fromURI=%2Fhome).\n",
"If you don't already have an Elastic deployment, you can sign up for a free [Elastic Cloud trial](https://cloud.elastic.co/registration?utm_source=github&utm_content=openai-cookbook).\n",
"\n",
"To connect to Elasticsearch, you need to create a client instance with the Cloud ID and password for your deployment.\n",
"\n",

View File

@ -65,7 +65,7 @@
"## Connect to Elasticsearch\n",
"\n",
" We're using an Elastic Cloud deployment of Elasticsearch for this notebook.\n",
"If you don't already have an Elastic deployment, you can sign up for a free [Elastic Cloud trial](https://cloud.elastic.co/registration?fromURI=%2Fhome).\n",
"If you don't already have an Elastic deployment, you can sign up for a free [Elastic Cloud trial](https://cloud.elastic.co/registration?utm_source=github&utm_content=openai-cookbook).\n",
"\n",
"To connect to Elasticsearch, you need to create a client instance with the Cloud ID and password for your deployment.\n",
"\n",