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.
This commit is contained in:
Bastien 2020-02-13 08:18:44 +01:00
parent 5056a48ff5
commit 79ed6d208e
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ You can clone Org's repository and install Org like this:
#+begin_example
$ 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/
$ make autoloads
#+end_example