From 5bd221e663160fee3358053f4f9e9d9ed3cfb814 Mon Sep 17 00:00:00 2001 From: Paul Guenette Date: Sun, 8 Aug 2021 01:26:29 -0400 Subject: [PATCH] Fix link to STLink v2 driver --- docs/developer-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 0dd611f1..c1a3a11b 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -103,7 +103,7 @@ Some instructions in this document may assume that you're using a bash command p * [Python 3](https://www.python.org/downloads/) * Install Python packages: `pip install PyYAML Jinja2 jsonschema` * [OpenOCD](https://github.com/xpack-dev-tools/openocd-xpack/releases/). -* [ST-Link/V2 Drivers](http://www.st.com/web/en/catalog/tools/FM147/SC1887/PF260219) +* [ST-Link/V2 Drivers](https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-utilities/stsw-link009.html)