summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.rst (renamed from CONTRIBUTE.rst)0
-rw-r--r--MANIFEST.in2
-rw-r--r--README.rst2
-rw-r--r--doc/developer/contribute.rst2
4 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTE.rst b/CONTRIBUTING.rst
index aa40f6c1..aa40f6c1 100644
--- a/CONTRIBUTE.rst
+++ b/CONTRIBUTING.rst
diff --git a/MANIFEST.in b/MANIFEST.in
index 8569e1df..af1ce39e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,6 @@
include MANIFEST.in
include setup.py
-include CONTRIBUTE.rst
+include CONTRIBUTING.rst
include CONTRIBUTORS.rst
include INSTALL.rst
include LICENSE.txt
diff --git a/README.rst b/README.rst
index 0b8e2b55..e576ca75 100644
--- a/README.rst
+++ b/README.rst
@@ -57,7 +57,7 @@ Please report any bugs that you find `here <https://github.com/networkx/networkx
Or, even better, fork the repository on `GitHub <https://github.com/networkx/networkx>`_
and create a pull request (PR). We welcome all changes, big or small, and we
will help you make the PR if you are new to `git` (just ask on the issue and/or
-see `CONTRIBUTE.rst`).
+see `CONTRIBUTING.rst`).
License
-------
diff --git a/doc/developer/contribute.rst b/doc/developer/contribute.rst
index cf26a8d2..ac7b6bcf 100644
--- a/doc/developer/contribute.rst
+++ b/doc/developer/contribute.rst
@@ -1 +1 @@
-.. include:: ../../CONTRIBUTE.rst
+.. include:: ../../CONTRIBUTING.rst