Skip to content

Commit

Permalink
docs: Codeberg links
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Sep 21, 2024
1 parent 0aaf088 commit 6bbd967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/common/templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Overriding the Built-In Templates

The ``allauth`` app includes all templates, and can be found in the
`allauth/templates
<https://github.com/pennersr/django-allauth/tree/main/allauth/templates>`__
<https://codeberg.org/allauth/django-allauth/src/branch/main/allauth/templates>`__
directory. When ``allauth`` is part of your ``INSTALLED_APPS``, and
``"APP_DIRS": True`` is configured, Django will be able to find its templates.
As ``DIRS`` is searched before ``APP_DIRS``, overriding the templates involves
Expand Down Expand Up @@ -190,6 +190,6 @@ The source repository contains a Bootstrap styled example project, which
provides a good example of how all of the above can be put together to provide
styling without altering any of the content templates. Please take a look at
the `templates of the example project
<https://github.com/pennersr/django-allauth/tree/main/examples/regular-django/example/templates>`__.
<https://codeberg.org/allauth/django-allauth/src/branch/main/examples/regular-django/example/templates>`__.
You can see those templates live in the `running demo project
<https://django.demo.allauth.org>`__.
2 changes: 1 addition & 1 deletion examples/regular-django/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Assuming you use virtualenv, follow these steps to download and run the
django-allauth example application in this directory:

#+begin_src sh
git clone git@github.com:pennersr/django-allauth.git
git clone git@codeberg.org:allauth/django-allauth.git
cd django-allauth/examples/regular-django
virtualenv venv
. venv/bin/activate
Expand Down

0 comments on commit 6bbd967

Please sign in to comment.