8000 doc: update wiki link in easy_setup · stm32duino/Arduino_Core_STM32@8c7c567 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c7c567

Browse files
committed
doc: update wiki link in easy_setup
1 parent 3c25430 commit 8c7c567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/scripts/cmake_easy_setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ def get_boards(boardstxt):
195195
Unless you are building a very simple sketch with no library (e.g., Blink),
196196
you are advised to edit this file to fill in any missing dependency relationship.
197197
For details, please refer to
198-
https://github.com/massonal/Arduino_Core_STM32/wiki/Arduino-(in)compatibility#library-management
199-
"""
200-
)
198+
https://github.com/stm32duino/wiki/wiki/Arduino-%28in%29compatibility#library-management
199+
"""
200+
)
201201

202202
if shargs.fire:
203203
if not (shargs.sketch and shargs.board):

0 commit comments

Comments
 (0)
0