Skip to content

Commit b7da729

Browse files
author
yyyxam
committed
corrected image path for README.md
1 parent 2ac402b commit b7da729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In the File-Upload section, upload an ASE-readable file\
3030
(See: https://wiki.fysik.dtu.dk/ase/ase/io/io.html -> Table -> Formats with either R or RW capabilities).\
3131
The data read by ASE will be displayed in a popup window for running an Inference
3232

33-
<figure><img src="assets/images/inference-popup.png" alt=""><figcaption><p>Inference popup</p></figcaption></figure>
33+
<figure><img src="./src/assets/images/inference-popup.png" alt=""><figcaption><p>Inference popup</p></figcaption></figure>
3434

3535
* A dropdown lists all uploaded atom positions
3636
* The given cell is rendered with given atom positions inside
@@ -39,7 +39,7 @@ The data read by ASE will be displayed in a popup window for running an Inferenc
3939

4040

4141

42-
<figure><img src="assets/images/webapp-overview.png" alt=""><figcaption><p>Overview of malaWeb</p></figcaption></figure>
42+
<figure><img src="./src/assets/images/webapp-overview.png" alt=""><figcaption><p>Overview of malaWeb</p></figcaption></figure>
4343

4444
* (1) The interactive visualization will open up.
4545
* (2) The Sidebar to the left contains:

0 commit comments

Comments
 (0)