From 42139c7e4ce2fbc8ab5879497ec84d2faf027c79 Mon Sep 17 00:00:00 2001 From: Jon Anderson Date: Mon, 30 Mar 2015 14:36:21 -0400 Subject: [PATCH] DOCS-5129 Update CONTRIBUTING.rst Correct the link for the contributor agreement. Previously, the reference text was different from the intended text to be linked. The reference text was not updated when 10gen changed its name to MongoDB. The link in the README.rst is correct, but when submitting a pull request, users are directed by GitHub to the CONTRIBUTING.rst file by default. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 218f685871c..61f162e5d4b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -14,7 +14,7 @@ complete a `MongoDB Contributor Agreement`_ before we can accept your pull request. .. _`Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported`: http://creativecommons.org/licenses/by-nc-sa/3.0/ -.. _`MongoDB/10gen Contributor Agreement`: http://www.mongodb.com/legal/contributor-agreement +.. _`MongoDB Contributor Agreement`: http://www.mongodb.com/legal/contributor-agreement Please review the following documents for our style, conventions, processes and practices for the MongoDB Documentation: