Skip to content

Commit 15e043b

Browse files
author
samaid
committed
Fixing build
1 parent 9f2f77c commit 15e043b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

demos/mcpi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is a "Hello, World" application in Monte Carlo methods. It stresses random number generation
44
along with some other math required for implementation of the Acceptance-Rejection technique.
55

6-
![Monte Carlo Pi image](https://github.com/IntelPython/DPEP/blob/main/demos/mcpi/images/draw_points.png)
6+
![Monte Carlo Pi image](https://github.com/IntelPython/DPEP/blob/main/demos/mcpi/draw_points.png)
77

88
For details please refer to [Wikipedia](https://en.wikipedia.org/wiki/Monte_Carlo_method)
99

@@ -30,4 +30,4 @@ The following options are allowed:
3030
The Monte Carlo Pi demo is also supplemented with the [Jupyter Notebook](https://github.com/samaid/mcpi/blob/main/mcpi.ipynb),
3131
where step by step we illustrate the idea of the algorithm.
3232

33-
![Pi animation](https://github.com/IntelPython/DPEP/blob/main/demos/mcpi/images/pi-animation.gif)
33+
![Pi animation](https://github.com/IntelPython/DPEP/blob/main/demos/mcpi/pi-animation.gif)

0 commit comments

Comments
 (0)