소스 검색

org-manual.org: Fix repository link

* doc/org-manual.org (Using Org's git repository): Fix
repository link.

Thanks to Gustavo Barros for reporting this.
Bastien 6 년 전
부모
커밋
79ed6d208e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -142,7 +142,7 @@ You can clone Org's repository and install Org like this:
 
 
 #+begin_example
 #+begin_example
 $ cd ~/src/
 $ cd ~/src/
-$ git clone git@code.orgmode.org:bzg/org-mode.git
+$ git clone https://code.orgmode.org/bzg/org-mode.git
 $ cd org-mode/
 $ cd org-mode/
 $ make autoloads
 $ make autoloads
 #+end_example
 #+end_example