google-glog link wasn't working, 'http://' twice
Change-Id: I9cd96d3609f9b1ba31cd480fef1702972be86741
diff --git a/docs/source/building.rst b/docs/source/building.rst
index c2d7e24..e66540e 100644
--- a/docs/source/building.rst
+++ b/docs/source/building.rst
@@ -23,7 +23,7 @@
2. `eigen3 <http://eigen.tuxfamily.org/index.php?title=Main_Page>`_ is
used for doing all the low level matrix and linear algebra operations.
-3. `google-glog <http://http://code.google.com/p/google-glog>`_ is
+3. `google-glog <http://code.google.com/p/google-glog>`_ is
used for error checking and logging. Ceres needs glog version 0.3.1 or
later. Version 0.3 (which ships with Fedora 16) has a namespace bug
which prevents Ceres from building.