summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-13 08:19:34 +0100
committerBastien <bzg@gnu.org>2020-02-13 08:19:34 +0100
commit430b644f7979d0450886a74bfefbcb7ae57047fa (patch)
tree27f9141cbfc736ef782c14ad1255b46054da9b3f
parente22bfc2866830ed54aa127d873c031348f855dc1 (diff)
parent79ed6d208e0d8ccf837395117df17a15d85597c9 (diff)
downloadorg-mode-430b644f7979d0450886a74bfefbcb7ae57047fa.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org-manual.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index adb732e..13c6955 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -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