소스 검색

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
 @example
 $ cd ~/src/
 $ cd ~/src/
-$ git clone git://orgmode.org/org-mode.git
+$ git clone git@@code.orgmode.org:bzg/org-mode.git
 $ make autoloads
 $ make autoloads
 @end example
 @end example