Skip to content

Commit

Permalink
DOC Link to dev doc in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Mar 29, 2018
1 parent 4989a95 commit 158c7a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributing to scikit-learn

**Note: This document is a 'getting started' summary for contributing code,
documentation, testing, and filing issues.** Visit the [**Contributing
page**](http://scikit-learn.org/stable/developers/contributing.html)
page**](http://scikit-learn.org/dev/developers/contributing.html)
for the full contributor's guide. Please read it carefully to help make
the code review process go as smoothly as possible and maximize the
likelihood of your contribution being merged.
Expand Down Expand Up @@ -168,7 +168,7 @@ following rules before submitting:

- If you are submitting an algorithm or feature request, please verify that
the algorithm fulfills our
[new algorithm requirements](http://scikit-learn.org/stable/faq.html#what-are-the-inclusion-criteria-for-new-algorithms).
[new algorithm requirements](http://scikit-learn.org/dev/faq.html#what-are-the-inclusion-criteria-for-new-algorithms).

- Please ensure all code snippets and error messages are formatted in
appropriate code blocks.
Expand Down Expand Up @@ -235,6 +235,6 @@ illustrating it.
Further Information
-------------------

Visit the [Contributing Code](http://scikit-learn.org/stable/developers/index.html#coding-guidelines)
Visit the [Contributing Code](http://scikit-learn.org/stable/developers/contributing.html#coding-guidelines)
section of the website for more information including conforming to the
API spec and profiling contributed code.

0 comments on commit 158c7a5

Please sign in to comment.