From b5381c8456619b5c32800ce9089af1a7b29fc375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Ga=C5=82uszka?= Date: Tue, 24 Feb 2015 16:16:07 +0100 Subject: [PATCH] Update links links are to wrong repository and travis-ci --- CONTRIBUTING.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 63ef349..45823d8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -13,7 +13,7 @@ Types of Contributions Report Bugs ~~~~~~~~~~~ -Report bugs at https://github.com/yakky/djangocms-blog/issues. +Report bugs at https://github.com/nephila/djangocms-blog/issues. If you are reporting a bug, please include: @@ -43,7 +43,7 @@ articles, and such. Submit Feedback ~~~~~~~~~~~~~~~ -The best way to send feedback is to file an issue at https://github.com/yakky/djangocms-blog/issues. +The best way to send feedback is to file an issue at https://github.com/nephila/djangocms-blog/issues. If you are proposing a feature: @@ -101,7 +101,7 @@ Before you submit a pull request, check that it meets these guidelines: your new functionality into a function with a docstring, and add the feature to the list in README.rst. 3. The pull request should work for Python 2.6, 2.7, and 3.3, and for PyPy. Check - https://travis-ci.org/yakky/djangocms-blog/pull_requests + https://travis-ci.org/nephila/djangocms-blog/pull_requests and make sure that the tests pass for all supported Python versions. Tips @@ -109,4 +109,4 @@ Tips To run a subset of tests:: - $ python -m unittest tests.test_djangocms_blog \ No newline at end of file + $ python -m unittest tests.test_djangocms_blog