From edbb2820db0a922ed5ec670e4a1a6030be507028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 27 Oct 2018 18:04:00 +0200 Subject: [PATCH] Not sure what happened here. Also, doxygen apparently takes the comma as part of the link, which makes it obviously not work. Using a dot works. --- README.md | 2 +- doc/changelog.dox | 4 ++++ doc/getting-started.dox | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6743ee548..95e8f7546 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ separate repositories. - **Magnum Bootstrap** — bootstrap projects for many use cases, helping you get up and running in no time: https://github.com/mosra/magnum-bootstrap - **Magnum Plugins** — various importer plugins for image, font, audio and - 3D model formats is at https://github.com/mosra/magnum-plugins-plugins/branch/master) + 3D model formats are at https://github.com/mosra/magnum-plugins - **Magnum Integration** — integration with various external math and physics, get it at https://github.com/mosra/magnum-integration - **Magnum Examples** — examples of engine usage, varying from simple diff --git a/doc/changelog.dox b/doc/changelog.dox index 166959320..bc76c4d48 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -49,6 +49,10 @@ See also: @ref Platform::GlfwApplication on X11 DEs that don't create any `RESOURCE_MANAGER` (see [mosra/magnum#290](https://github.com/mosra/magnum/issues/290)) +@subsection changelog-latest-docs Documentation + +- Fixed various broken links (see [mosra/magnum#291](https://github.com/mosra/magnum/issues/291)) + @section changelog-2018-10 2018.10 Released 2018-10-23, tagged as diff --git a/doc/getting-started.dox b/doc/getting-started.dox index ad79ffedf..c11314dbc 100644 --- a/doc/getting-started.dox +++ b/doc/getting-started.dox @@ -169,7 +169,7 @@ cmake --build . @subsection getting-started-windows Windows On Windows you can use either MSVC 2015+ or MinGW-w64. Prebuilt SDL2 binaries -can be downloaded at https://libsdl.org/download-2.0.php, dependeding on where +can be downloaded at https://libsdl.org/download-2.0.php. Depending on where you extract them you may need to specify `CMAKE_PREFIX_PATH` so CMake is able to find them. For running the executable properly, Windows also need to have all dependency DLLs copied along it. That can be done by setting