Skip to content

Commit

Permalink
fix(readme): Update cloning URL to use SSH format
Browse files Browse the repository at this point in the history
The README's cloning instructions using the git:// URL have been updated
to the SSH format. This change addresses the deprecation of
unauthenticated git protocol (git://) by GitHub, which is no longer
supported as of their security policy update.

See GitHub's security announcement for more details:
https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
  • Loading branch information
abe-101 committed Jan 29, 2024
1 parent a239d52 commit ac94afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/regular-django/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ django-allauth example application in this directory:

::

$ git clone git://github.com/pennersr/django-allauth.git
$ git clone git@github.com:pennersr/django-allauth.git
$ cd django-allauth/examples/regular-django
$ virtualenv venv
$ . venv/bin/activate
Expand Down

0 comments on commit ac94afb

Please sign in to comment.