Fix colab link (#632)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
This commit is contained in:
Liam Thompson 2023-11-16 11:24:06 +01:00 committed by GitHub
parent dfc522eb31
commit 87d18bd850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,8 @@
"source": [
"# Eland Demo Notebook\n",
"\n",
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/elastic/eland/blob/main/docs/sphinx/examples/demo_notebook.ipynb\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/eland/blob/main/docs/sphinx/examples/demo_notebook.ipynb)",
"\n",
"\n",
"In this notebook we'll show you how to explore and analyze data in Elasticsearch using Eland's familiar Pandas-compatible API."
]