summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-04 19:50:46 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-04 19:50:46 +0100
commit6c19b2db5175166d12503b7271aa38da4fb150d9 (patch)
treedc6bdaddfdea99058b1b548a650e81b879ab03e7
parentb762c2dcc8e2d38f84651b304f5758fcdeb9ba26 (diff)
downloadorg-mode-6c19b2db5175166d12503b7271aa38da4fb150d9.tar.gz
org.texi: Fix protocol for read-only repository
* doc/org.texi (Installation): Fix protocol for read-only repository.
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 96b6fb2..f16dfe5 100644
--- a/doc/org.texi
+++ b/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