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