Parcourir la source

org.texi: Fix protocol for read-only repository

* doc/org.texi (Installation): Fix protocol for read-only repository.
Nicolas Goaziou il y a 7 ans
Parent
commit
6c19b2db51
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      doc/org.texi

+ 1 - 1
doc/org.texi

@@ -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