From 425873959c2e0cd1adf9ee26a50e4d4c20c4a2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 10 Apr 2017 13:17:17 +0200 Subject: [PATCH] Updated documentation link in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d9c4c22b..7af7d3c00 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ FEATURES ======== * Actively maintained Doxygen documentation with tutorials and examples. - Snapshot is available at http://mosra.cz/blog/magnum-doc/. + Snapshot is available at http://doc.magnum.graphics/magnum/. * Vector and matrix library with implementation of complex numbers, quaternions and their dual counterparts for representing transformations. * Classes wrapping OpenGL using RAII principle and simplifying its usage with @@ -83,7 +83,7 @@ INSTALLATION You can either use packaging scripts, which are stored in `package/` subdirectory, or compile and install everything manually. Note that -[Magnum documentation](http://mosra.cz/blog/magnum-doc/) contains more +[Magnum documentation](http://doc.magnum.graphics/magnum/) contains more comprehensive guide for building, packaging and crosscompiling. Minimal dependencies