org.texi: Fix protocol for read-only repository

* doc/org.texi (Installation): Fix protocol for read-only repository.
This commit is contained in:
Nicolas Goaziou 2018-01-04 19:50:46 +01:00
parent b762c2dcc8
commit 6c19b2db51
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ You can clone Org's repository and install Org like this:
@example
$ cd ~/src/
$ git clone git@@code.orgmode.org:bzg/org-mode.git
$ git clone https://code.orgmode.org/bzg/org-mode.git
$ make autoloads
@end example