Skip to content

Commit 3992495

Browse files
massonalfpistm
authored andcommitted
fix link + typo
1 parent 4ad0cb1 commit 3992495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_cmake/Advanced usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Regarding the latter, an [`insight()`](./Functions-reference#insights) can be us
66
Below is the logic structure of the simplest example, the Blink sketch.
77
The following sections may refer to it to illustrate their points.
88

9-
![Blink logic structure](../img/logicstructure.gv.svg)
9+
![Blink logic structure](./img/logicstructure.gv.svg)
1010

1111

1212
# Adding new settings to the build

_cmake/Introduction to CMake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Here are some key points about the structure of a `CMakeLists.txt` (Also read [t
7878

7979
- CMake [User Interaction Guide](https://cmake.org/cmake/help/v3.21/guide/user-interaction/index.html)
8080
- [CMake tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html)
81-
- [Convertinh existing systems to CMake](https://cmake.org/cmake/help/book/mastering-cmake/chapter/Converting%20Existing%20Systems%20To%20CMake.html)
81+
- [Converting existing systems to CMake](https://cmake.org/cmake/help/book/mastering-cmake/chapter/Converting%20Existing%20Systems%20To%20CMake.html)
8282

8383
# Third-party
8484

0 commit comments

Comments
 (0)