瀏覽代碼

org.texi: Fix git repository location

* doc/org.texi (Installation): Fix git repository location.
Nicolas Goaziou 7 年之前
父節點
當前提交
b762c2dcc8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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://orgmode.org/org-mode.git
+$ git clone git@@code.orgmode.org:bzg/org-mode.git
 $ make autoloads
 @end example