Skip to content

Commit bd683aa

Browse files
committed
remove ButtonLink causing 500 error
1 parent c307d86 commit bd683aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/ai_powered_search/retrieve_related_search_results.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First, you will create an embedder and add documents to your index. You will the
1616

1717
## Create a new index
1818

19-
Create an index called `movies` and add this <ButtonLink as="a" id="downloadMovie" href="/movies.json" download="movies.json">`movies.json`</ButtonLink> dataset to it. If necessary, consult the [getting started](/learn/getting_started/cloud_quick_start) for more instructions on index creation.
19+
Create an index called `movies` and add this <a href="/movies.json" download="movies.json">`movies.json`</a> dataset to it. If necessary, consult the [getting started](/learn/getting_started/cloud_quick_start) for more instructions on index creation.
2020

2121
Each document in the dataset represents a single movie and has the following structure:
2222

0 commit comments

Comments
 (0)