Skip to content

Commit 71e129b

Browse files
authored
Make internal links plaintext in app-search-engine-exporter.ipynb
Flagged by @ppf2 in Slack: https://elastic.slack.com/archives/C07CY6V62H2/p1741637324838029 Making internal links in jump list just be plaintext because these links have weird behavior depending on where you're viewing the notebook: - :in preview they link somewhere wrong - locally in VSCode they work as expected - in Colab they don't do anything
1 parent f20a2d2 commit 71e129b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

notebooks/enterprise-search/app-search-engine-exporter.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"\n",
1515
"We will look at:\n",
1616
"\n",
17-
"- [how to export synonyms](#export-app-search-synonyms-in-elasticsearch)\n",
18-
"- [how to export curations](#export-app-search-curations-in-elasticsearch)\n",
19-
"- [how to create a new index in Elasticsearch](#create-a-new-elasticsearch-index)\n",
20-
"- [how to add sparse vector fields](#add-sparse_vector-fields-for-semantic-search-optional)\n",
21-
"- [how to query the new Elasticsearch index](#query-the-new-elasticsearch-index)\n",
17+
"- how to export synonyms\n",
18+
"- how to export curations\n",
19+
"- how to create a new index in Elasticsearch\n",
20+
"- how to add sparse vector fields\n",
21+
"-[how to query the new Elasticsearch index\n",
2222
"\n",
2323
"## Setup\n",
2424
"\n",

0 commit comments

Comments
 (0)