Skip to content

Commit

Permalink
Fix links from old to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli committed Jan 26, 2022
1 parent 44836a6 commit f7ae9ea
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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


Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/django-recurrence/django-recurrence/issues>`_.
<https://github.com/jazzband/django-recurrence/issues>`_.

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
<https://github.com/django-recurrence/django-recurrence/issues>`_ if
<https://github.com/jazzband/django-recurrence/issues>`_ if
you want help getting set up.

Running the tests
Expand Down
Binary file modified recurrence/locale/hu/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion recurrence/locale/hu/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
Expand Down
Binary file modified recurrence/locale/hu/LC_MESSAGES/djangojs.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion recurrence/locale/hu/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
),
author="Tamas Kemenczy",
author_email="[email protected]",
url="https://github.com/django-recurrence/django-recurrence",
url="https://github.com/jazzband/django-recurrence",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_managers_recurrence.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f7ae9ea

Please sign in to comment.