Skip to content

Commit 94c4797

Browse files
authored
update documentation link in README
1 parent d303477 commit 94c4797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def calc_pi_device(samples):
2525
# Intuitive function names
2626
return 4 * af.count(within_unit_circle) / samples
2727
```
28-
Find out more in our [examples](https://github.com/arrayfire/arrayfire-py/tree/master/examples) directory or just read the [documentation](https://arrayfire.org/arrayfire-python).
28+
Find out more in our [examples](https://github.com/arrayfire/arrayfire-py/tree/master/examples) directory or just read the [documentation](https://arrayfire.org/arrayfire-py/overview.html).
2929

3030
# Prequisites and Installing
3131

0 commit comments

Comments
 (0)