summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2013-02-25 19:54:19 -0500
committerJason Rassi <rassi@10gen.com>2013-03-01 15:52:09 -0500
commit23fc55ca33aa4e00b300824165466e4febe67f6d (patch)
treefad28c289624ba32fa360529f900d9cc7ba2ef29 /CONTRIBUTING.rst
parent117f00f4d7bef6385cca2761c3b4cc56ead34144 (diff)
downloadmongo-23fc55ca33aa4e00b300824165466e4febe67f6d.tar.gz
SERVER-8674 Update hyperlinks to point to dochub
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index bbaa2e90ede..e0b7e945de6 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -51,8 +51,8 @@ not covered in this document you should default to the `Google CPP Style Guide`_
Your commit message should also be prefaced with the relevant JIRA ticket, e.g. "SERVER-XXX Fixed
a bug in aggregation".
-.. _kernel development rules: http://www.mongodb.org/display/DOCS/MongoDB+kernel+code+development+rules
-.. _Kernel Code Style guidelines: http://www.mongodb.org/display/DOCS/Kernel+code+style
+.. _kernel development rules: http://dochub.mongodb.org/core/kernelcodedevelopmentrules
+.. _Kernel Code Style guidelines: http://dochub.mongodb.org/core/kernelcodestyle
.. _Google CPP Style Guide: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
.. _Google JavaScript Style Guide: http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml