Fix minor typo in contributing.rst

Change-Id: I947142f5246660b01cf8b997922bac8cb74e61e0
This commit is contained in:
Sameer Agarwal
2013-05-09 14:58:49 -07:00
parent 774e9aef3c
commit a6b76c7ff6
+1 -1
View File
@@ -19,7 +19,7 @@ to make a suggestion or three.
We follow Google's `C++ Style Guide
<http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml>`_ and
use `git <http://git-scm.com/>`_ for version control. We use the
`Gerrit <https://ceres-solver.googlesource.com/>`_ to collaborate and
`Gerrit <https://ceres-solver-review.googlesource.com/>`_ to collaborate and
review changes to Ceres. Gerrit enables pre-commit reviews so that
Ceres can maintain a linear history with clean, reviewed commits, and
no merges.