Skip to content

Commit 06db69f

Browse files
authored
Merge pull request #30 from Thirumalai-Shaktivel/pr_06
Fix blog image rendering
2 parents af75ac2 + a3481d2 commit 06db69f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/blog/lpython_mvp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Based on the novel Abstract Semantic Representation (ASR) shared with LFortran,
2020

2121
In this blog, we describe features of LPython including Ahead-of-Time (AoT) compilation, JIT compilation, and interoperability with CPython. We also showcase LPython's performance against its competitors such as Numba and C++ via several benchmarks.
2222

23-
![LCompilers-Diagram](https://github.com/lcompilers/lpython.org-deploy/blob/main/content/blog/images/lcompilers_diagram.png)
23+
![LCompilers-Diagram](https://lpython.org/blog/images/lcompilers_diagram.png)
2424

2525

2626
## Features of LPython
@@ -1525,7 +1525,7 @@ def plot_graph(x, y1, y2, y3):
15251525
(lp) 23:10:44:~/lpython_project % # Works see the graph below
15261526
```
15271527

1528-
![Output graph](https://github.com/lcompilers/lpython.org-deploy/blob/main/content/blog/images/graph.png)
1528+
![Output graph](https://lpython.org/blog/images/graph.png)
15291529

15301530
**Visualization using Matplotlib: Mandelbrot Set**
15311531

@@ -1623,10 +1623,10 @@ $ lpython main.py --backend=c --link-numpy
16231623
Done.
16241624
```
16251625

1626-
![mandelbrot-set-gray](https://github.com/lcompilers/lpython.org-deploy/blob/main/content/blog/images/gray.png)
1626+
![mandelbrot-set-gray](https://lpython.org/blog/images/gray.png)
16271627

16281628

1629-
![mandelbrot-set-color](https://github.com/lcompilers/lpython.org-deploy/blob/main/content/blog/images/color.png)
1629+
![mandelbrot-set-color](https://lpython.org/blog/images/color.png)
16301630

16311631

16321632
## Conclusion

0 commit comments

Comments
 (0)