summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-09-28 22:10:33 +0200
committerJF <jf@codingfield.com>2020-09-28 22:10:33 +0200
commit0e2a3d4394f832e83b816c958756562f75668512 (patch)
tree33e1571b0cf56762ad5059cbf4e0701909d9c789
parente26a5afcac84734cf415d701586c612fdd56e628 (diff)
Fix typo
-rw-r--r--doc/openOCD.md2
1 files changed, 1 insertions, 1 deletions
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