From 0a9bca18f1c163fd4d3656dadcbfda595c9f3f46 Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Sun, 6 Jul 2014 08:18:18 -0700 Subject: [PATCH] Fix a broken hyperlink in the documentation. Thanks to Henrique Mendonca for pointing this out. Change-Id: I40a214cfa900265f85492017799a5f2062904d76 --- docs/source/modeling.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/modeling.rst b/docs/source/modeling.rst index 6c80f79db..5bbd441b4 100644 --- a/docs/source/modeling.rst +++ b/docs/source/modeling.rst @@ -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 - `_ + from `internal/ceres/autodiff_local_parameterization_test.cc + `_ ) .. code-block:: c++