Fix links to SuiteSparse & CXSparse.

- Thanks to Henrique Mendonça for reporting this.

Change-Id: I590f6138177b2e608eca9726f556d2f92d00d4d7
diff --git a/docs/source/building.rst b/docs/source/building.rst
index 9d6ab82..9b85a78 100644
--- a/docs/source/building.rst
+++ b/docs/source/building.rst
@@ -64,11 +64,11 @@
   examples and tests.
 
 - `SuiteSparse
-  <http://www.cise.ufl.edu/research/sparse/SuiteSparse/>`_. Needed for
+  <http://faculty.cse.tamu.edu/davis/suitesparse.html>`_. Needed for
   solving large sparse linear systems. **Optional; strongly recomended
   for large scale bundle adjustment**
 
-- `CXSparse <http://www.cise.ufl.edu/research/sparse/CXSparse/>`_.
+- `CXSparse <http://faculty.cse.tamu.edu/davis/suitesparse.html>`_.
   Similar to ``SuiteSparse`` but simpler and slower. CXSparse has
   no dependencies on ``LAPACK`` and ``BLAS``. This makes for a simpler
   build process and a smaller binary. **Optional**