From 2e58b78f7a4d9e0357a474dcb72b334841959726 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 5 Mar 2014 15:25:46 -0800 Subject: [PATCH] fix linking at the top of INSTALL guide --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 0a09e31f03..89c050bdbb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,9 +1,9 @@ Dependencies === -* (cmake)[http://www.cmake.org/cmake/resources/software.html] ~> 2.8.11 -* (Qt)[http://qt-project.org/downloads] ~> 5.2.0 -* (zLib)[http://www.zlib.net/] ~> 1.2.8 -* (glm)[http://glm.g-truc.net/0.9.5/index.html] ~> 0.9.5.0 +* [cmake](http://www.cmake.org/cmake/resources/software.html) ~> 2.8.11 +* [Qt](http://qt-project.org/downloads) ~> 5.2.0 +* [zLib](http://www.zlib.net/) ~> 1.2.8 +* [glm](http://glm.g-truc.net/0.9.5/index.html) ~> 0.9.5.0 CMake ===