From 0e2a3d4394f832e83b816c958756562f75668512 Mon Sep 17 00:00:00 2001 From: JF Date: Mon, 28 Sep 2020 22:10:33 +0200 Subject: [PATCH] Fix typo --- doc/openOCD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/openOCD.md b/doc/openOCD.md index f70060b7..a199bd7a 100644 --- a/doc/openOCD.md +++ b/doc/openOCD.md @@ -11,7 +11,7 @@ We will build OpenOCD from sources, as packages from Linux distributions are mos - Fetch the sources from GIT, and build and install it: ``` -git clone https://^Ct.code.sf.net/p/openocd/code openocd-code +git clone https://git.code.sf.net/p/openocd/code openocd-code cd openocd-code