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:
parent
b7fb533bd2
commit
e3258b6f38
|
@ -46,5 +46,5 @@ c
|
||||||
|
|
||||||
## Related Functions
|
## 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_.
|
* [`lookup`](./lookup.html) retrieves a value from a _map_ given its _key_.
|
||||||
|
|
Loading…
Reference in New Issue