aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2026-02-05 13:52:09 +0100
committervimene <vincent.menegaux@gmail.com>2026-02-05 13:52:09 +0100
commit356523edb5baff2663e12c7ea07fa6904170834d (patch)
tree7d165ddeb14a2c92b7b41f03fa19bdbd78cd97e8
parent26cd054f07689fb449d874502e8734c8bc7d7f17 (diff)
downloadengine-356523edb5baff2663e12c7ea07fa6904170834d.tar.gz
updated links
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8868d0b..9ce7885 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ Small graphics engine.
## Binaries
-- windows: [engine-win.zip](https://vimene.fr/engine/engine-win.zip)
-- linux: [engine-linux.tar.xz](https://vimene.fr/engine/engine-linux.tar.xz)
+- windows: [engine-win.zip](https://vimene.fr/engine-win.zip)
+- linux: [engine-linux.tar.xz](https://vimene.fr/engine-linux.tar.xz)
## Usage
@@ -24,7 +24,7 @@ by pressing `escape`.
The repository contains autotools files without generated ones. If you don't want to run autotools,
you can download the source code here:
-[engine-source.tar.xz](https://vimene.fr/engine/engine-source.tar.xz)
+[engine-source.tar.xz](https://vimene.fr/engine-source.tar.xz)
Otherwise, you need to install autotools and run the following commands: