Skip to content

Commit 88a3f33

Browse files
Refactor text to point to correct location
1 parent 8dae8b4 commit 88a3f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

individual_modules/intro_to_GPUs/conways_game_of_life.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"\n",
5454
"## Implementations\n",
5555
"\n",
56-
"All of the implementation for the three different versions (Pure Python, NumPy and CuPy) are contained within the `.py` located at `content/game_of_life.py`. \n",
56+
"All of the implementation for the three different versions (Pure Python, NumPy and CuPy) are contained within the `.py` located at `game_of_life.py` within the `scripts` folder that can be downloaded at the top of this page. \n",
5757
"\n",
5858
"To run the different versions of the code, you can use:\n",
5959
"\n",

0 commit comments

Comments
 (0)