From 2479f05025d4d97cb1496674ff2d0df1021d42cb Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 6 Dec 2020 01:50:57 +0900 Subject: [PATCH] Fix a typo --- source/installation/with/source-code.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installation/with/source-code.html.md b/source/installation/with/source-code.html.md index ba10ebe..286233d 100644 --- a/source/installation/with/source-code.html.md +++ b/source/installation/with/source-code.html.md @@ -5,7 +5,7 @@ title: Compiling from source The first step to compile Plume's source code is to get it. ```bash -git clone https://git.joinplu.em/Plume/Plume.git +git clone https://git.joinplu.me/Plume/Plume.git cd Plume ```