Fix link to index function
The element function page previously linked to the index page for all functions where it meant to link to the index function page.
This commit is contained in:
parent
58aabb54ca
commit
e4e5f5a1a4
|
@ -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_.
|
||||
|
|
Loading…
Reference in New Issue