Skip to content

Commit 135171e

Browse files
authoredJul 14, 2024··
Update index.md
1 parent ea40df6 commit 135171e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ t1 = 4.0
459459
t2 = 1.0
460460
N = 40
461461
```
462-
![alt text](https://github.com/scicode-bench/website-draft/blob/main/docs/figures/chern_number_1.png)
462+
![](figures/chern_number_1.png)
463463

464464
```python
465465
# Test Case 2
@@ -469,7 +469,7 @@ t1 = 5.0
469469
t2 = 1.0
470470
N = 40
471471
```
472-
![alt text](https://github.com/scicode-bench/website-draft/blob/main/docs/figures/chern_number_2.png)
472+
![](figures/chern_number_2.png)
473473

474474
```python
475475
# Test Case 3
@@ -479,5 +479,5 @@ t1 = 1.0
479479
t2 = 0.2
480480
N = 40
481481
```
482-
![alt text](https://github.com/scicode-bench/website-draft/blob/main/docs/figures/chern_number_3.png)
482+
![](figures/chern_number_3.png)
483483

0 commit comments

Comments
 (0)
Please sign in to comment.