Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

tutorial: fix github url #476

Merged
merged 1 commit into from
Feb 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can now use ``pip`` to install the application::
If you require a feature that is not currently released you can also install
directly from github::

python3 -m pip install git+git://github.com/gilesknap/gphotos-sync.git
python3 -m pip install git+https://github.com/gilesknap/gphotos-sync.git

The application should now be installed and the commandline interface on your path.
You can check the version that has been installed by typing::
Expand Down