Browse Source

Fix README

rexim 2 years ago
parent
commit
aa5150eeb8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -4,7 +4,7 @@
 
 Simple graphics library that does not have any dependencies and renders everything into the given memory pixel by pixel.
 
-Visit [https://tsoding.org/olive.c/](https://tsoding.org/olive.c/) to see some demos.
+Visit [https://tsoding.github.io/olive.c/](https://tsoding.github.io/olive.c/) to see some demos.
 
 The library is not concerned with displaying the image. It only fills up the memory with pixels. It's up to you what to do with those pixels.
 
@@ -97,7 +97,7 @@ To run the Terminal version of a demo do
 $ ./build/<demo>.term
 ```
 
-To run the WASM versions of the demos from [https://tsoding.org/olive.c/](https://tsoding.org/olive.c/) locally do
+To run the WASM versions of the demos from [https://tsoding.github.io/olive.c/](https://tsoding.github.io/olive.c/) locally do
 
 ```console
 $ python3 -m http.server 6969