Fix a broken hyperlink in the documentation.

Thanks to Henrique Mendonca for pointing this out.

Change-Id: I40a214cfa900265f85492017799a5f2062904d76
This commit is contained in:
Sameer Agarwal
2014-07-06 08:18:18 -07:00
parent da86231ddd
commit 0a9bca18f1
+2 -2
View File
@@ -1175,8 +1175,8 @@ Instances
For example, Quaternions have a three dimensional local
parameterization. It's plus operation can be implemented as (taken
from `internal/ceres/auto_diff_local_parameterization_test.cc
<https://ceres-solver.googlesource.com/ceres-solver/+/master/include/ceres/local_parameterization.h>`_
from `internal/ceres/autodiff_local_parameterization_test.cc
<https://ceres-solver.googlesource.com/ceres-solver/+/master/internal/ceres/autodiff_local_parameterization_test.cc>`_
)
.. code-block:: c++