Skip to content

Commit

Permalink
Merge pull request #10306 from jasagredo/js/git-protocol
Browse files Browse the repository at this point in the history
Do not advertise `git://` in docs
  • Loading branch information
mergify[bot] authored Sep 5, 2024
2 parents a092bc8 + b36df9c commit 13041ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/version-control-fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The location of the repository, usually a URL but the exact form of this field
depends on the repository type. For example:

- for Darcs: ``http://code.haskell.org/foo/``
- for Git: ``git://github.com/foo/bar.git``
- for Git: ``https://github.com/foo/bar.git``
- for CVS: ``anoncvs@cvs.foo.org:/cvs``

VCS branch
Expand Down

0 comments on commit 13041ba

Please sign in to comment.