summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-04 19:11:14 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-04 19:11:14 +0100
commitb762c2dcc8e2d38f84651b304f5758fcdeb9ba26 (patch)
tree056b6c0f9588645c563d786018b19cd178365137
parent5838838288b0dd09309797d8afeec6218da315f6 (diff)
downloadorg-mode-b762c2dcc8e2d38f84651b304f5758fcdeb9ba26.tar.gz
org.texi: Fix git repository location
* doc/org.texi (Installation): Fix git repository location.
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 8cb05bf..96b6fb2 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://orgmode.org/org-mode.git
+$ git clone git@@code.orgmode.org:bzg/org-mode.git
$ make autoloads
@end example