Skip to content

Commit 5644a06

Browse files
committed
docs: use absolute paths for demo images
1 parent 24f7a88 commit 5644a06

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@ There's inevitably some noise in the measurements because all of the results are
5959

6060
## Examples
6161

62-
There's an interactive [demo app](demo/README.md) in the `demo` directory.
62+
There's an interactive [demo app](https://github.com/jtnuttall/pure-noise/tree/main/demo) in the `demo` directory.
6363

6464
_OpenSimplex2_
6565

66-
![OpenSimplex2](demo/images/opensimplex.png)
67-
![OpenSimplex2 ridged](demo/images/opensimplex-ridged.png)
66+
![OpenSimplex2](https://raw.githubusercontent.com/jtnuttall/pure-noise/main/demo/images/opensimplex.png)
67+
![OpenSimplex2 ridged](https://raw.githubusercontent.com/jtnuttall/pure-noise/main/demo/images/opensimplex-ridged.png)
6868

6969
_Perlin_
7070

71-
![Perlin fBm](demo/images/perlin-fbm.png)
71+
![Perlin fBm](https://raw.githubusercontent.com/jtnuttall/pure-noise/main/demo/images/perlin-fbm.png)
7272

7373
_Cellular_
7474

75-
![value](demo/images/cell-value.png)
76-
![distance2add](demo/images/cell-d2.png)
75+
![value](https://raw.githubusercontent.com/jtnuttall/pure-noise/main/demo/images/cell-value.png)
76+
![distance2add](https://raw.githubusercontent.com/jtnuttall/pure-noise/main/demo/images/cell-d2.png)

0 commit comments

Comments
 (0)