summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-16 09:45:26 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-16 09:45:26 +0000
commita984fe7a89adb092cbd0dd718b6737d37dc02df2 (patch)
tree47cf2aff9f8bdc448dadc3a9fbef6a041ff1e527
parente911cc7a16cf2b55ca148771562fde670a757955 (diff)
update contributing file in docs
-rw-r--r--docs/source/api/contributing.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/api/contributing.rst b/docs/source/api/contributing.rst
index c5770aca..ff184484 100644
--- a/docs/source/api/contributing.rst
+++ b/docs/source/api/contributing.rst
@@ -3,7 +3,6 @@ Contributing
Development is coordinated entirely via the projects `github page <https://github.com/pazz/alot>`_
especially the `issue tracker <https://github.com/pazz/alot/issues>`_.
-Current HEAD can be found in branch `testing` from `git@github.com:pazz/alot.git`.
You can send patches to notmuch's mailing list but pull requests on github are preferred.
Here are a few more things you should know and check before you send pull requests:
@@ -16,7 +15,7 @@ Here are a few more things you should know and check before you send pull reques
* use `sphinx directives <http://sphinx.pocoo.org/rest.html>`_ to document
the parameters and return values of your methods so that we maintain up-to-date API docs.
- * Make sure your patch doesn't break the API docs. The build service at `readthedocs.org <http:alot.rtfd.org>`_
+ * Make sure your patch doesn't break the API docs. The build service at `readthedocs.org <http://alot.rtfd.org>`_
is fragile when it comes to new import statements in our code.
* If you implemented a new feature, update the user manual in :file:`/docs/user` accordingly.