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:
Kyle Jones 2021-08-18 15:08:19 -07:00 committed by GitHub
parent 58aabb54ca
commit e4e5f5a1a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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_.