summaryrefslogtreecommitdiff
path: root/doc/openOCD.md
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-09-28 20:10:33 (GMT)
committerJF <jf@codingfield.com>2020-09-28 20:10:33 (GMT)
commit0e2a3d4394f832e83b816c958756562f75668512 (patch)
tree33e1571b0cf56762ad5059cbf4e0701909d9c789 /doc/openOCD.md
parente26a5afcac84734cf415d701586c612fdd56e628 (diff)
Fix typo
Diffstat (limited to 'doc/openOCD.md')
-rw-r--r--doc/openOCD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openOCD.md b/doc/openOCD.md
index f70060b..a199bd7 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