Skip to content

Commit 40cc2a5

Browse files
massonalfpistm
authored andcommitted
doc: update links in easy_setup
1 parent 2b4dfcc commit 40cc2a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: README_CMAKE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CMake can now be used to build Arduino sketches with this core.
22
Examples of use can be found on this repo: [stm32duino/CMake_workspace](https://github.com/stm32duino/CMake_workspace).
33

44
This README only provides a quick walk-through.
5-
For all the glorious details, please head over to [the wiki](https://github.com/massonal/Arduino_Core_STM32/wiki).
5+
For all the glorious details, please head over to [the wiki](https://github.com/stm32duino/wiki/wiki/CMake_presentation).
66

77
# Prerequisites
88

Diff for: cmake/scripts/cmake_easy_setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def get_boards(boardstxt):
131131
f"""Warning: Cannot find {userlibs}.
132132
This has likely to do with your arduino-cli configuration.
133133
Please refer to the following link for setup details:
134-
https://arduino.github.io/arduino-cli/0.26/getting-started/#create-a-configuration-file
134+
https://arduino.github.io/arduino-cli/latest/getting-started/#create-a-configuration-file
135135
"""
136136
)
137137
libs = list()
@@ -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)