Skip to content

Commit

Permalink
use correct Colab URL
Browse files Browse the repository at this point in the history
  • Loading branch information
markjhoy committed Apr 4, 2024
1 parent a87b477 commit 96d6146
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions notebooks/enterprise-search/app-search-engine-exporter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,7 @@
"source": [
"# App Search Engine exporter to Elasticsearch\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/markjhoy/elasticsearch-labs/blob/markjhoy/add_app_search_export_notebook/notebooks/enterprise-search/app-search-engine-exporter.ipynb)\n",
"\n",
"<details>\n",
"<summary>TODO: before merging, use the \"final\" Colab URL here</summary>\n",
"Note - using my branch for the Colab link above - before merging, use the final URL below: \n",
"\n",
"```\n",
"https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/integrations/enterprise-search/app-search-engine-exporter.ipynb\n",
"```\n",
"\n",
"</details>\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/integrations/enterprise-search/app-search-engine-exporter.ipynb)\n",
"\n",
"This notebook explains the steps of exporting an App Search engine together with its configurations in Elasticsearch. This is not meant to be an exhaustive example for all App Search features as those will vary based on your instance, but is meant to give a sense of how you can export, migrate, and enhance your application.\n",
"\n",
Expand Down

0 comments on commit 96d6146

Please sign in to comment.