From c381572cff50ed1b42aec439a3f488f972025264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 19 Aug 2013 22:27:56 +0200 Subject: [PATCH] Better links to Getting Started Guide. --- README.md | 6 ++++++ doc/mainpage.dox | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d88d832df..bd95badec 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,12 @@ in root directory (i.e. where `Doxyfile` is). Resulting HTML documentation will be in `build/doc/` directory. You might need to create `build/` directory if it doesn't exist yet. +GETTING STARTED +=============== + +The Doxygen documentation has a thorough [guide how to start using Magnum](http://mosra.cz/blog/magnum-doc/getting-started.html) +in your project. + RELATED PROJECTS ================ diff --git a/doc/mainpage.dox b/doc/mainpage.dox index d2fac13bf..ff86d27a1 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -85,8 +85,8 @@ namespace Magnum { @section mainpage-getting-started Getting started -@ref getting-started "Thorough guide" to download, build, install and start -using Magnum in your project. +Read thorough @ref getting-started "guide to download, build, install and start using Magnum" +in your project. @section mainpage-hacking Hacking Magnum