diff --git a/README.rst b/README.rst index 535118f..7e7f01b 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-recurrence ================= -.. image:: https://img.shields.io/github/stars/django-recurrence/django-recurrence.svg?label=Stars&style=socialcA +.. image:: https://img.shields.io/github/stars/jazzband/django-recurrence.svg?label=Stars&style=socialcA :target: https://github.com/jazzband/django-recurrence :alt: GitHub @@ -22,12 +22,12 @@ django-recurrence :target: https://django-recurrence.readthedocs.io/ :alt: Documentation -.. image:: https://github.com/django-recurrence/django-recurrence/workflows/Test/badge.svg - :target: https://github.com/django-recurrence/django-recurrence/actions +.. image:: https://github.com/jazzband/django-recurrence/workflows/Test/badge.svg + :target: https://github.com/jazzband/django-recurrence/actions :alt: GitHub actions -.. image:: https://codecov.io/gh/django-recurrence/django-recurrence/branch/master/graph/badge.svg - :target: https://codecov.io/gh/django-recurrence/django-recurrence +.. image:: https://codecov.io/gh/jazzband/django-recurrence/branch/master/graph/badge.svg + :target: https://codecov.io/gh/jazzband/django-recurrence :alt: Coverage @@ -78,7 +78,7 @@ Issues If you have questions or have trouble using the app please file a bug report at: -https://github.com/django-recurrence/django-recurrence/issues +https://github.com/jazzband/django-recurrence/issues Contributions diff --git a/docs/conf.py b/docs/conf.py index 56010c2..7071d02 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -264,4 +264,4 @@ # How to display URL addresses: 'footnote', 'no', or 'inline'. # texinfo_show_urls = 'footnote' -github_project_url = "https://github.com/django-recurrence/django-recurrence/" +github_project_url = "https://github.com/jazzband/django-recurrence/" diff --git a/docs/contributing.rst b/docs/contributing.rst index a496499..d2ce00e 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -4,12 +4,12 @@ Contributing Contributions to django-recurrence are very welcome - whether in the form of bug reports, feature requests, or patches. Bug reports and feature requests are tracked on our `GitHub issues page -`_. +`_. If you want to make changes to django-recurrence, you'll need to fork our GitHub repository, make any changes you want, and send us a pull request. Feel free to `file an issue -`_ if +`_ if you want help getting set up. Running the tests diff --git a/recurrence/locale/hu/LC_MESSAGES/django.mo b/recurrence/locale/hu/LC_MESSAGES/django.mo index 17a1223..7fdefc1 100644 Binary files a/recurrence/locale/hu/LC_MESSAGES/django.mo and b/recurrence/locale/hu/LC_MESSAGES/django.mo differ diff --git a/recurrence/locale/hu/LC_MESSAGES/django.po b/recurrence/locale/hu/LC_MESSAGES/django.po index 4afb1fb..6aab17c 100644 --- a/recurrence/locale/hu/LC_MESSAGES/django.po +++ b/recurrence/locale/hu/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: django-recurrence master\n" -"Report-Msgid-Bugs-To: https://github.com/django-recurrence/django-recurrence/issues\n" +"Report-Msgid-Bugs-To: https://github.com/jazzband/django-recurrence/issues\n" "POT-Creation-Date: 2017-02-24 23:21+0100\n" "PO-Revision-Date: 2020-02-26 00:09+0100\n" "Last-Translator: Balázs Úr \n" diff --git a/recurrence/locale/hu/LC_MESSAGES/djangojs.mo b/recurrence/locale/hu/LC_MESSAGES/djangojs.mo index 1558291..4868a79 100644 Binary files a/recurrence/locale/hu/LC_MESSAGES/djangojs.mo and b/recurrence/locale/hu/LC_MESSAGES/djangojs.mo differ diff --git a/recurrence/locale/hu/LC_MESSAGES/djangojs.po b/recurrence/locale/hu/LC_MESSAGES/djangojs.po index 7674f3e..a05ebeb 100644 --- a/recurrence/locale/hu/LC_MESSAGES/djangojs.po +++ b/recurrence/locale/hu/LC_MESSAGES/djangojs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: django-recurrence master\n" -"Report-Msgid-Bugs-To: https://github.com/django-recurrence/django-recurrence/issues\n" +"Report-Msgid-Bugs-To: https://github.com/jazzband/django-recurrence/issues\n" "POT-Creation-Date: 2017-02-24 23:11+0100\n" "PO-Revision-Date: 2020-02-26 00:21+0100\n" "Last-Translator: Balázs Úr \n" diff --git a/setup.py b/setup.py index ede5cfb..07896b8 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ ), author="Tamas Kemenczy", author_email="tamas.kemenczy@gmail.com", - url="https://github.com/django-recurrence/django-recurrence", + url="https://github.com/jazzband/django-recurrence", classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", diff --git a/tests/test_managers_recurrence.py b/tests/test_managers_recurrence.py index 3695f50..3e00a6d 100644 --- a/tests/test_managers_recurrence.py +++ b/tests/test_managers_recurrence.py @@ -136,7 +136,7 @@ def test_create_from_recurrence_object(): @pytest.mark.django_db def test_deserialize_to_recurrence_regression(): """Regression test for checking weekday serialization works correctly: - https://github.com/django-recurrence/django-recurrence/pull/176 + https://github.com/jazzband/django-recurrence/pull/176 """ obj = deserialize('DTSTART:20201015T000000\nRRULE:FREQ=WEEKLY;COUNT=30;INTERVAL=1;WKST=MO')