diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-09-11 10:49:38 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-09-11 10:49:38 -0400 |
commit | 10c18cd9ec659f9e00677d377f3bc8f4506a7f34 (patch) | |
tree | d997d81d1f8c322650e16d1d225a0766cbea8f4d | |
parent | 4d220e0df7b963ba4c17c7b4bb408db936fc939d (diff) | |
download | emacsconf-wiki-10c18cd9ec659f9e00677d377f3bc8f4506a7f34.tar.xz emacsconf-wiki-10c18cd9ec659f9e00677d377f3bc8f4506a7f34.zip |
fix git clone instructions for editing
Diffstat (limited to '')
-rw-r--r-- | edit.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ To edit the wiki, you need to install `git` if it is not installed on your machine already. After you do the first-time SSH setup below, you can clone the sources from any one of the following addresses: - anon@git.emacsconf.org:pub/emacsconf-wiki + anon@git.emacsconf.org:emacsconf-wiki git://git.emacsconf.org/emacsconf-wiki https://git.emacsconf.org/emacsconf-wiki |