docs: fix link to index

The link from element -> index was linking to index.html, but this is
the docs homepage.

It now links to index_function.html, the documentation for the related
index function
This commit is contained in:
Eva Harris 2021-04-07 14:41:20 -04:00
parent b7fb533bd2
commit e3258b6f38
1 changed files with 1 additions and 1 deletions

View File

@ -46,5 +46,5 @@ c
## Related Functions
* [`index`](./index.html) finds the index for a particular element value.
* [`index`](./index_function.html) finds the index for a particular element value.
* [`lookup`](./lookup.html) retrieves a value from a _map_ given its _key_.